nixos/iso-image: support boot from USB disks

This commit is contained in:
Orivej Desh 2017-03-09 13:17:32 +00:00 committed by Tuomas Tynkkynen
parent 15a1743d87
commit 838051e9cd

View File

@ -280,7 +280,7 @@ in
options = [ "allow_other" "cow" "nonempty" "chroot=/mnt-root" "max_files=32768" "hide_meta_files" "dirs=/nix/.rw-store=rw:/nix/.ro-store=ro" ];
};
boot.initrd.availableKernelModules = [ "squashfs" "iso9660" "usb-storage" ];
boot.initrd.availableKernelModules = [ "squashfs" "iso9660" "usb-storage" "uas" ];
boot.blacklistedKernelModules = [ "nouveau" ];