mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
0817c307dc
svn path=/nixos/trunk/; revision=7155
20 lines
375 B
Plaintext
20 lines
375 B
Plaintext
To get a Stage 1 shell:
|
|
|
|
Add "debug1" to the kernel command line.
|
|
|
|
|
|
Switching to maintenance mode:
|
|
|
|
$ shutdown now
|
|
|
|
To get out of maintenance mode:
|
|
|
|
$ initctl emit startup
|
|
|
|
|
|
Updating the current system configuration:
|
|
|
|
$ nix-env -p /nix/var/nix/profiles/system -f system-configuration.nix -i -A systemConfiguration
|
|
$ /nix/var/nix/profiles/system/bin/switch-to-configuration
|
|
|