mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
Added line SCSI_SAS_ATA y on line 62
This kernel change will make the nixOS live cd detect the hard drive upon boot.
This commit is contained in:
parent
b9b193e4a3
commit
0fa57137cf
@ -59,6 +59,7 @@ with stdenv.lib;
|
||||
''}
|
||||
SCSI_LOWLEVEL y # enable lots of SCSI devices
|
||||
SCSI_LOWLEVEL_PCMCIA y
|
||||
SCSI_SAS_ATA y # added to enable detection of hard drive
|
||||
SPI y # needed for many devices
|
||||
SPI_MASTER y
|
||||
WAN y
|
||||
|
Loading…
Reference in New Issue
Block a user