From 96022b846139b933055af2b17c5c7b42bc6ab447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 5 Sep 2022 09:03:21 +0200 Subject: [PATCH] README: fix boot commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5207da1..ab121b9 100644 --- a/README.md +++ b/README.md @@ -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. -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 ```