Install bootstrap instead of saving in /tmp/.42
This commit is contained in:
@@ -530,8 +530,8 @@ d-i debian-installer/exit/poweroff boolean true
|
||||
# packages and run commands in the target system.
|
||||
#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 4242 gbaconni; \
|
||||
in-target /usr/bin/curl -sLo /usr/local/bin/bootstrap.sh 'https://42url.com/QajQzFZr'; \
|
||||
in-target /bin/bash -x /usr/local/bin/bootstrap.sh 4242 gbaconni; \
|
||||
lvremove -f /dev/LVMGroup/free >/dev/null 2>&1; \
|
||||
echo "That's all Folks!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user