summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-05-08 12:29:51 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-05-08 12:29:59 +0200
commit30180e8a24999a96c93d20be7cba1bee6961d2c5 (patch)
tree6b4e8d9f5efe6e390464abfb786fbbe66342f9fe /nixos/modules/installer
parent5a0c8ff0408f83875c0f89ff6d8815adf1efe33c (diff)
downloadnixlib-30180e8a24999a96c93d20be7cba1bee6961d2c5.tar
nixlib-30180e8a24999a96c93d20be7cba1bee6961d2c5.tar.gz
nixlib-30180e8a24999a96c93d20be7cba1bee6961d2c5.tar.bz2
nixlib-30180e8a24999a96c93d20be7cba1bee6961d2c5.tar.lz
nixlib-30180e8a24999a96c93d20be7cba1bee6961d2c5.tar.xz
nixlib-30180e8a24999a96c93d20be7cba1bee6961d2c5.tar.zst
nixlib-30180e8a24999a96c93d20be7cba1bee6961d2c5.zip
Fix incorrect comment
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/nixos-install.sh3
1 files changed, 1 insertions, 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 <nix-expr for the configuration>
-#   * run the activation script of the configuration (also installs Grub)
+#   * install the boot loader
 
 # Parse the command line for the -I flag
 extraBuildFlags=()