From f487e4e6c035d6ca0c88b021ce040cd465577a49 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 13 May 2019 13:49:08 +0800 Subject: [PATCH] Update --- netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot.sh b/netboot.sh index f07918d..66367b0 100644 --- a/netboot.sh +++ b/netboot.sh @@ -321,7 +321,7 @@ d-i passwd/user-password password $DEBI_PASSWORD d-i passwd/user-password-again password $DEBI_PASSWORD EOF else - echo "d-i passwd/user-password-crypted password $DEBI_PASSWORD" + echo "d-i passwd/user-password-crypted password $DEBI_PASSWORD" | $save_preseed fi fi fi