Merge pull request #15 from nix-community/kexec-tarballs
README: fix boot commands
This commit is contained in:
commit
ad5cde4445
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ and [kexec bundle](https://github.com/nix-community/nixos-images/releases/downlo
|
||||||
|
|
||||||
The nixos-kexec-installer tarball is the new preferred method.
|
The nixos-kexec-installer tarball is the new preferred method.
|
||||||
|
|
||||||
It can be booted as follows:
|
It can be booted as follows by running these commands as root:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -sL https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-x86_64-linux.tar.xz | tar -xf -C /root
|
curl -sL https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-x86_64-linux.tar.xz | tar -xJf- -C /root
|
||||||
/root/kexec/run
|
/root/kexec/run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue