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:
uzska 2014-10-17 13:31:08 -07:00
parent b9b193e4a3
commit 0fa57137cf

View file

@ -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