1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

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

This reverts commit b7f6a138b1.
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;