From 30180e8a24999a96c93d20be7cba1bee6961d2c5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 8 May 2014 12:29:51 +0200 Subject: [PATCH] Fix incorrect comment --- nixos/modules/installer/tools/nixos-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/installer/tools/nixos-install.sh b/nixos/modules/installer/tools/nixos-install.sh index 126d5b185e81..359ac43c7d00 100644 --- a/nixos/modules/installer/tools/nixos-install.sh +++ b/nixos/modules/installer/tools/nixos-install.sh @@ -1,12 +1,11 @@ #! @shell@ -# - [mount target device] <- currently disabled # - make Nix store etc. # - copy closure of Nix to target device # - register validity # - with a chroot to the target device: # * nix-env -p /nix/var/nix/profiles/system -i -# * run the activation script of the configuration (also installs Grub) +# * install the boot loader # Parse the command line for the -I flag extraBuildFlags=()