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=()