Revert "nixos: installation: make installation ISOs USB bootable"

This reverts commit b7f6a138b13ca667464b31274a33124d252ebc8b.
This commit is contained in:
Luca Bruno 2014-11-08 13:08:06 +01:00
parent 555a094326
commit e3611709d6

View File

@ -36,9 +36,6 @@ with lib;
# EFI booting
isoImage.makeEfiBootable = true;
# USB booting
isoImage.makeUsbBootable = true;
# Add Memtest86+ to the CD.
boot.loader.grub.memtest86.enable = true;