summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-04-22 22:12:17 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-04-22 22:12:17 +0300
commit6a819c8f8c9100eb1a79515f10ad2d0d49b42ed5 (patch)
treea9af0d0dd5e8300cae8c838dd99650f5fb6a8a3f /nixos
parentc3148948ff0c5cdbf75b8e2c894f15850e8aff3d (diff)
downloadnixpkgs-6a819c8f8c9100eb1a79515f10ad2d0d49b42ed5.tar
nixpkgs-6a819c8f8c9100eb1a79515f10ad2d0d49b42ed5.tar.gz
nixpkgs-6a819c8f8c9100eb1a79515f10ad2d0d49b42ed5.tar.bz2
nixpkgs-6a819c8f8c9100eb1a79515f10ad2d0d49b42ed5.tar.lz
nixpkgs-6a819c8f8c9100eb1a79515f10ad2d0d49b42ed5.tar.xz
nixpkgs-6a819c8f8c9100eb1a79515f10ad2d0d49b42ed5.tar.zst
nixpkgs-6a819c8f8c9100eb1a79515f10ad2d0d49b42ed5.zip
nixos/iso-image.nix: Fix typo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/installer/cd-dvd/iso-image.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix
index e7cbf415a22..83f8a2586bd 100644
--- a/nixos/modules/installer/cd-dvd/iso-image.nix
+++ b/nixos/modules/installer/cd-dvd/iso-image.nix
@@ -59,7 +59,7 @@ let
     INITRD /boot/${config.system.boot.loader.initrdFile}
 
     # A variant to boot with verbose logging to the console
-    LABEL boot-nomodeset
+    LABEL boot-debug
     MENU LABEL NixOS ${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (debug)
     LINUX /boot/${config.system.boot.loader.kernelFile}
     APPEND init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams} loglevel=7