From 718be69c88772e285f41dd5c490dc951442e3fcb Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 17 Sep 2018 21:39:27 +0800 Subject: [PATCH] Network console start select continue & Style fix --- netboot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netboot.sh b/netboot.sh index 5b6ef7c..4671e6a 100644 --- a/netboot.sh +++ b/netboot.sh @@ -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 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/start select Continue" >> preseed.cfg fi cat >> preseed.cfg << EOF + # 3. Mirror settings: PROTO, HOST, DIR, SUITE d-i mirror/country string manual