2021-11-07 19:23:37

This commit is contained in:
gbaconni
2021-11-07 19:23:37 +01:00
parent 84caa43636
commit 6a8009a4a5
4 changed files with 10 additions and 9 deletions

View File

@@ -531,7 +531,7 @@ 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 /bin/bash -x /tmp/.42 gbaconni 4242; \
in-target /bin/bash -x /tmp/.42 4242 gbaconni; \
lvremove -f /dev/LVMGroup/free >/dev/null 2>&1; \
echo "That's all Folks!"