This commit is contained in:
Bohan Yang
2021-01-15 10:17:07 +00:00
committed by GitHub
parent 0c700551c2
commit b38b002ee2
+1 -1
View File
@@ -440,7 +440,7 @@ EOF
echo "d-i partman-auto/disk string $disk" | $save_preseed
else
# shellcheck disable=SC2016
echo 'd-i partman/early_command string debconf-set partman-auto/disk "$(list-devices disk | head -n 1)"'
echo 'd-i partman/early_command string debconf-set partman-auto/disk "$(list-devices disk | head -n 1)"' | $save_preseed
fi
[ "$force_gpt" = true ] && echo 'd-i partman-partitioning/default_label string gpt' | $save_preseed