nixos: installation: make installation ISOs USB bootable

This commit is contained in:
Bob van der Linden
2014-11-02 17:35:16 +01:00
committed by Luca Bruno
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;