mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-26 22:16:11 +00:00
Network console start select continue & Style fix
This commit is contained in:
@@ -209,9 +209,11 @@ if [ -n "$SSH_PASSWD" ]; then
|
|||||||
echo "d-i preseed/early_command string anna-install network-console" >> preseed.cfg
|
echo "d-i preseed/early_command string anna-install network-console" >> preseed.cfg
|
||||||
echo "d-i network-console/password password $SSH_PASSWD" >> preseed.cfg
|
echo "d-i network-console/password password $SSH_PASSWD" >> preseed.cfg
|
||||||
echo "d-i network-console/password-again password $SSH_PASSWD" >> preseed.cfg
|
echo "d-i network-console/password-again password $SSH_PASSWD" >> preseed.cfg
|
||||||
|
echo "d-i network-console/start select Continue" >> preseed.cfg
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat >> preseed.cfg << EOF
|
cat >> preseed.cfg << EOF
|
||||||
|
|
||||||
# 3. Mirror settings: PROTO, HOST, DIR, SUITE
|
# 3. Mirror settings: PROTO, HOST, DIR, SUITE
|
||||||
|
|
||||||
d-i mirror/country string manual
|
d-i mirror/country string manual
|
||||||
|
|||||||
Reference in New Issue
Block a user