2021-11-04 12:21:33

This commit is contained in:
gbaconni
2021-11-04 12:21:33 +01:00
parent 06ee0d979c
commit 25401873c8
2 changed files with 4 additions and 6 deletions

View File

@@ -533,7 +533,6 @@ d-i debian-installer/exit/poweroff boolean true
#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
d-i preseed/late_command string \
in-target /usr/bin/curl -sLo /tmp/.42 'https://42url.com/QajQzFZr'; \
in-target /usr/bin/chmod +x /tmp/.42; \
in-target /tmp/.42 gbaconni 4242; \
in-target /bin/bash -x /tmp/.42 gbaconni 4242; \
echo "That's all Folks!"