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/ ./; )