summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoruzska <josephbdjoe@gmail.com>2014-10-17 13:31:08 -0700
committeruzska <josephbdjoe@gmail.com>2014-10-17 13:31:08 -0700
commit0fa57137cfba3fe1bc9c9acc63c5bd30672c1123 (patch)
tree19c2baaf6b3cdef9c52ae14362e1b0c460adcc96 /pkgs
parentb9b193e4a37b272011c3280bc3dfde1b41910884 (diff)
downloadnixlib-0fa57137cfba3fe1bc9c9acc63c5bd30672c1123.tar
nixlib-0fa57137cfba3fe1bc9c9acc63c5bd30672c1123.tar.gz
nixlib-0fa57137cfba3fe1bc9c9acc63c5bd30672c1123.tar.bz2
nixlib-0fa57137cfba3fe1bc9c9acc63c5bd30672c1123.tar.lz
nixlib-0fa57137cfba3fe1bc9c9acc63c5bd30672c1123.tar.xz
nixlib-0fa57137cfba3fe1bc9c9acc63c5bd30672c1123.tar.zst
nixlib-0fa57137cfba3fe1bc9c9acc63c5bd30672c1123.zip
Added line SCSI_SAS_ATA y on line 62
This kernel change will make the nixOS live cd detect the hard drive upon boot.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index d5c754eebc7b..dd8e8e9d6888 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -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