This commit is contained in:
Bohan Yang
2021-04-09 05:41:14 +00:00
parent 79a4cfb982
commit 43761b2038
+3 -3
View File
@@ -280,13 +280,13 @@ while [ $# -gt 0 ]; do
shift
done
installer="debian-$suite"
installer_directory="/boot/$installer"
if [ -n "$authorized_keys_url" ] && ! download "$authorized_keys_url" /dev/null; then
err "Failed to download SSH authorized public keys from \"$authorized_keys_url\""
fi
installer="debian-$suite"
installer_directory="/boot/$installer"
save_preseed='cat'
if [ "$dry_run" = false ]; then
[ "$(id -u)" -ne 0 ] && err 'root privilege is required'