From e725478de1aee5ad26824054dc85db4dc8d3b49d Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sat, 3 Apr 2021 15:02:08 +0200 Subject: [PATCH] Updated Building and Testing (markdown) --- Building-and-Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-and-Testing.md b/Building-and-Testing.md index 07cb6d8..3151223 100644 --- a/Building-and-Testing.md +++ b/Building-and-Testing.md @@ -97,7 +97,7 @@ then echo "python-setuptools" >> "${ARCHISO_FOLDER}/packages.x86_64" cat <<\EOF >> "${ARCHISO_FOLDER}/airootfs/root/.zprofile" -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c "cd /root/archinstall-git; git config --global pull.rebase false; git pull; cp examples/guided.py ./; python guided.py --harddrive=/dev/sda --keyboard-language=sv-latin1 --mirror-region=Sweden --hostname=tested '--!encryption-password=test' '--!root-password=test'" +[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && sh -c "cd /root/archinstall-git; git config --global pull.rebase false; git pull; cp examples/guided.py ./; python guided.py" EOF ( cd "${ARCHISO_FOLDER}/"; sudo mkarchiso -v -w work/ -o out/ ./; )