From da91f3feec8848990d43345c415fb6305a04c8bf Mon Sep 17 00:00:00 2001 From: MoeClub <32381827+MoeClub@users.noreply.github.com> Date: Mon, 30 Aug 2021 10:15:11 +0800 Subject: [PATCH] Update InstallNET.sh --- InstallNET.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/InstallNET.sh b/InstallNET.sh index dccf4565..6bd129e2 100644 --- a/InstallNET.sh +++ b/InstallNET.sh @@ -661,7 +661,6 @@ d-i grub-installer/force-efi-extra-removable boolean true d-i finish-install/reboot_in_progress note d-i debian-installer/exit/reboot boolean true d-i preseed/late_command string \ -echo '${linux_relese}' >/target/etc/hostname; \ sed -ri 's/^#?Port.*/Port ${sshPORT}/g' /target/etc/ssh/sshd_config; \ sed -ri 's/^#?PermitRootLogin.*/PermitRootLogin yes/g' /target/etc/ssh/sshd_config; \ sed -ri 's/^#?PasswordAuthentication.*/PasswordAuthentication yes/g' /target/etc/ssh/sshd_config;