From 6b493d65a14a96df46c3c770edb84668aac4b0ae Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 8 Apr 2019 22:20:59 +0800 Subject: [PATCH] Fix --- netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot.sh b/netboot.sh index 85ba096..22829c4 100644 --- a/netboot.sh +++ b/netboot.sh @@ -196,7 +196,7 @@ if [ "$DEBI_DRY_RUN" != true ]; then cd "$DEBI_WORKDIR" fi -cat >> preseed.cfg << EOF +cat > preseed.cfg << EOF # Localization d-i debian-installer/locale string en_US.UTF-8