3
0
Fork 0
forked from mirrors/nixpkgs

nixos: installation: make installation ISOs USB bootable

This commit is contained in:
Bob van der Linden 2014-10-30 21:50:43 +01:00 committed by Luca Bruno
parent 455db168b3
commit b7f6a138b1

View file

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