forked from mirrors/nixpkgs
Fix incorrect comment
This commit is contained in:
parent
5a0c8ff040
commit
30180e8a24
|
@ -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=()
|
||||
|
|
Loading…
Reference in a new issue