Skip to content

Commit

Permalink
nixos/iso-image: support boot from USB disks
Browse files Browse the repository at this point in the history
(cherry picked from commit 838051e)
  • Loading branch information
orivej authored and dezgeg committed Mar 9, 2017
1 parent b9e4091 commit 7f172a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/installer/cd-dvd/iso-image.nix
Expand Up @@ -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" ];

Expand Down

0 comments on commit 7f172a4

Please sign in to comment.