forked from mirrors/nixpkgs
nixos: installation: make installation ISOs USB bootable
This commit is contained in:
parent
455db168b3
commit
b7f6a138b1
|
@ -36,6 +36,9 @@ with lib;
|
|||
# EFI booting
|
||||
isoImage.makeEfiBootable = true;
|
||||
|
||||
# USB booting
|
||||
isoImage.makeUsbBootable = true;
|
||||
|
||||
# Add Memtest86+ to the CD.
|
||||
boot.loader.grub.memtest86.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue