testen met hostname

This commit is contained in:
2023-07-03 17:39:31 +02:00
parent 1147041591
commit 94aae65c26

View File

@@ -271,7 +271,7 @@ d-i preseed/late_command string \
in-target chown --recursive root:root /root/.ssh; \
in-target chmod 0644 /root/.ssh/authorized_keys; \
in-target systemctl enable --now sshd; \
echo $(hostname)|figlet >> /target/etc/motd
in-target echo $(hostname)|/usr/bin/figlet >> /etc/motd
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true