summaryrefslogtreecommitdiff
path: root/write-and-config.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-08-13 10:51:23 +0300
committerLars Wirzenius <liw@liw.fi>2023-08-13 12:25:08 +0300
commit25ee42219476595521107bb395beaf32e141d5f5 (patch)
tree20ffcf1f6fa98d4b2a49351975989302e1a6451e /write-and-config.sh
parent265daf6c6f263a0d29ff05edd894fea1a9035618 (diff)
downloadv-i-25ee42219476595521107bb395beaf32e141d5f5.tar.gz
docs(tutorial.md): tidy up and make things smoother for user
We now tell user to run write-and-config.sh using bash, to avoid having to tell user to make the scripts executable. Fix the command to "eject" (power down) installer drive. Fix sample target spec by adding hostname. Also, show how install an SSH key to root's authorized_keys. Show how to pre-configure installer for wifi.a Link to target spec spec from installer. Sponsored-by: author
Diffstat (limited to 'write-and-config.sh')
-rwxr-xr-xwrite-and-config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/write-and-config.sh b/write-and-config.sh
index 1d293d3..a758100 100755
--- a/write-and-config.sh
+++ b/write-and-config.sh
@@ -25,4 +25,4 @@ done
echo
echo "Configure installer"
-./configure-installer "$config" "$dev"
+python3 ./configure-installer "$config" "$dev"