From 63b27012ec3dac50b756f78b15b62a044b44b77b Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 14 Jun 2021 15:58:54 +0200 Subject: [PATCH] update README --- pkg/de-p1st-installer/README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/pkg/de-p1st-installer/README.md b/pkg/de-p1st-installer/README.md index e62914c..b6c733c 100644 --- a/pkg/de-p1st-installer/README.md +++ b/pkg/de-p1st-installer/README.md @@ -2,7 +2,7 @@ ## Running the installer -### Via custom livemedium +### Via ssh and custom livemedium 1) Build custom [archiso](https://gitlab.archlinux.org/archlinux/archiso) live medium using docker in privileged mode: @@ -14,10 +14,19 @@ sudo docker-compose run archiso ls out/out_dir/*.iso ``` +**On the target computer:** + 2) Boot into the live medium -3) (Optional) Run `screen` (to be able to scroll back in case of any errors) -4) Adjust `/etc/de-p1st-installer/installer.cfg` (or delete it for interactive mode) -5) Run the installer +3) Connect to the Internet + * [wifi instructions](https://wiki.archlinux.org/title/Iwd#iwctl) + +**On some other computer:** + +4) Connect to target computer via `ssh` + * See [build-iso/out/out_dir/ssh-host-fingerprints](../../build-iso/out/out_dir/ssh-host-fingerprints) + for verification of the ssh fingerprint of the target computer +5) Adjust `/etc/de-p1st-installer/installer.cfg` (or delete it for interactive mode) +6) Run the installer: ```shell de-p1st-installer @@ -39,6 +48,9 @@ Server = https://arch.p1st.de ```shell pacman -Sy pacman -S de-p1st-screen + +# And then start it with: +screen ``` 4) Install `de-p1st-installer` to get the install script @@ -48,4 +60,4 @@ pacman -Sy pacman -S de-p1st-installer ``` -5) Continue with step (3) of "Via custom livemedium" +5) Continue with step (5) of "Via custom livemedium"