From e3611709d6ab459be0ed16fe0fdeb7e4c4acc05d Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Sat, 8 Nov 2014 13:08:06 +0100 Subject: [PATCH] Revert "nixos: installation: make installation ISOs USB bootable" This reverts commit b7f6a138b13ca667464b31274a33124d252ebc8b. --- nixos/modules/installer/cd-dvd/installation-cd-base.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/modules/installer/cd-dvd/installation-cd-base.nix b/nixos/modules/installer/cd-dvd/installation-cd-base.nix index a68581c113f..3001214f90f 100644 --- a/nixos/modules/installer/cd-dvd/installation-cd-base.nix +++ b/nixos/modules/installer/cd-dvd/installation-cd-base.nix @@ -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;