Updated Building and Testing (markdown)
parent
2006130ed6
commit
e725478de1
|
|
@ -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/ ./; )
|
||||
|
|
|
|||
Loading…
Reference in New Issue