diff --git a/CHANGELOG.md b/CHANGELOG.md index dccec0e..e78db67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Bugfixe release. #### Bugfixes * Correct latecommand archive name. +* Preseed: change the latecommand URL. ## Release 0.2.1 ### Summary diff --git a/preseed/debian/jessie/preseed.cfg b/preseed/debian/jessie/preseed.cfg index a1c9782..f763fdf 100644 --- a/preseed/debian/jessie/preseed.cfg +++ b/preseed/debian/jessie/preseed.cfg @@ -380,10 +380,10 @@ d-i cdrom-detect/eject boolean false # This will power off the machine instead of just halting it. #d-i debian-installer/exit/poweroff boolean true -#in-target wget -O /tmp/finish.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:finish.tar.gz" --no-check-certificate ; \ +#in-target wget -O /tmp/latecommand.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:latecommand.tar.gz" --no-check-certificate ; \ d-i preseed/late_command string in-target chsh -s /bin/zsh ; \ in-target /bin/sed -i 's/without-password/yes/g' /etc/ssh/sshd_config ; \ -in-target /usr/bin/tftp 129.20.27.239 -c get installer/debian/finish.tar.gz /tmp/finish.tar.gz ; \ -in-target tar xzf /tmp/finish.tar.gz -C /tmp/ ; \ -in-target /bin/sh /tmp/finish/post.sh +in-target /usr/bin/tftp 129.20.27.239 -c get scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \ +in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \ +in-target /bin/sh /tmp/latecommand/post.sh diff --git a/preseed/debian/jessie/preseed_cinnamon.cfg b/preseed/debian/jessie/preseed_cinnamon.cfg index 2b8b8b0..db0e905 100644 --- a/preseed/debian/jessie/preseed_cinnamon.cfg +++ b/preseed/debian/jessie/preseed_cinnamon.cfg @@ -371,10 +371,10 @@ d-i cdrom-detect/eject boolean false # This will power off the machine instead of just halting it. #d-i debian-installer/exit/poweroff boolean true -#in-target wget -O /tmp/finish.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:finish.tar.gz" --no-check-certificate ; \ +#in-target wget -O /tmp/latecommand.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:latecommand.tar.gz" --no-check-certificate ; \ d-i preseed/late_command string in-target chsh -s /bin/zsh ; \ in-target /bin/sed -i 's/without-password/yes/g' /etc/ssh/sshd_config ; \ -in-target /usr/bin/tftp 129.20.27.239 -c get installer/debian/finish.tar.gz /tmp/finish.tar.gz ; \ -in-target tar xzf /tmp/finish.tar.gz -C /tmp/ ; \ -in-target /bin/sh /tmp/finish/post.sh +in-target /usr/bin/tftp 129.20.27.239 -c get scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \ +in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \ +in-target /bin/sh /tmp/latecommand/post.sh diff --git a/preseed/debian/jessie/preseed_gnome.cfg b/preseed/debian/jessie/preseed_gnome.cfg index 413afc5..57c7f34 100644 --- a/preseed/debian/jessie/preseed_gnome.cfg +++ b/preseed/debian/jessie/preseed_gnome.cfg @@ -371,10 +371,10 @@ d-i cdrom-detect/eject boolean false # This will power off the machine instead of just halting it. #d-i debian-installer/exit/poweroff boolean true -#in-target wget -O /tmp/finish.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:finish.tar.gz" --no-check-certificate ; \ +#in-target wget -O /tmp/latecommand.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:latecommand.tar.gz" --no-check-certificate ; \ d-i preseed/late_command string in-target chsh -s /bin/zsh ; \ in-target /bin/sed -i 's/without-password/yes/g' /etc/ssh/sshd_config ; \ -in-target /usr/bin/tftp 129.20.27.239 -c get installer/debian/finish.tar.gz /tmp/finish.tar.gz ; \ -in-target tar xzf /tmp/finish.tar.gz -C /tmp/ ; \ -in-target /bin/sh /tmp/finish/post.sh +in-target /usr/bin/tftp 129.20.27.239 -c get scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \ +in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \ +in-target /bin/sh /tmp/latecommand/post.sh diff --git a/preseed/debian/jessie/preseed_mate.cfg b/preseed/debian/jessie/preseed_mate.cfg index 545f23e..f0d1746 100644 --- a/preseed/debian/jessie/preseed_mate.cfg +++ b/preseed/debian/jessie/preseed_mate.cfg @@ -371,10 +371,10 @@ d-i cdrom-detect/eject boolean false # This will power off the machine instead of just halting it. #d-i debian-installer/exit/poweroff boolean true -#in-target wget -O /tmp/finish.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:finish.tar.gz" --no-check-certificate ; \ +#in-target wget -O /tmp/latecommand.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:latecommand.tar.gz" --no-check-certificate ; \ d-i preseed/late_command string in-target chsh -s /bin/zsh ; \ in-target /bin/sed -i 's/without-password/yes/g' /etc/ssh/sshd_config ; \ -in-target /usr/bin/tftp 129.20.27.239 -c get installer/debian/finish.tar.gz /tmp/finish.tar.gz ; \ -in-target tar xzf /tmp/finish.tar.gz -C /tmp/ ; \ -in-target /bin/sh /tmp/finish/post.sh +in-target /usr/bin/tftp 129.20.27.239 -c get scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \ +in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \ +in-target /bin/sh /tmp/latecommand/post.sh diff --git a/preseed/debian/wheezy/preseed.cfg b/preseed/debian/wheezy/preseed.cfg index 7c1feeb..2a8026f 100644 --- a/preseed/debian/wheezy/preseed.cfg +++ b/preseed/debian/wheezy/preseed.cfg @@ -360,9 +360,9 @@ d-i cdrom-detect/eject boolean false # This will power off the machine instead of just halting it. #d-i debian-installer/exit/poweroff boolean true -#in-target wget -O /tmp/finish.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:finish.tar.gz" --no-check-certificate ; \ +#in-target wget -O /tmp/latecommand.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:latecommand.tar.gz" --no-check-certificate ; \ d-i preseed/late_command string in-target chsh -s /bin/zsh ; \ -in-target /usr/bin/tftp 129.20.27.239 -c get installer/debian/finish.tar.gz /tmp/finish.tar.gz ; \ -in-target tar xzf /tmp/finish.tar.gz -C /tmp/ ; \ -in-target /bin/sh /tmp/finish/post.sh +in-target /usr/bin/tftp 129.20.27.239 -c get scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \ +in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \ +in-target /bin/sh /tmp/latecommand/post.sh diff --git a/preseed/debian/wheezy/preseed_gnome.cfg b/preseed/debian/wheezy/preseed_gnome.cfg index 09afb7f..101ae86 100644 --- a/preseed/debian/wheezy/preseed_gnome.cfg +++ b/preseed/debian/wheezy/preseed_gnome.cfg @@ -371,10 +371,10 @@ d-i cdrom-detect/eject boolean false # This will power off the machine instead of just halting it. #d-i debian-installer/exit/poweroff boolean true -#in-target wget -O /tmp/finish.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:finish.tar.gz" --no-check-certificate ; \ +#in-target wget -O /tmp/latecommand.tar.gz "https://wiki.101010.fr/lib/exe/fetch.php?media=documentation:administration_systeme:latecommand.tar.gz" --no-check-certificate ; \ d-i preseed/late_command string in-target chsh -s /bin/zsh ; \ in-target /bin/sed -i 's/without-password/yes/g' /etc/ssh/sshd_config ; \ -in-target /usr/bin/tftp 129.20.27.239 -c get installer/debian/finish.tar.gz /tmp/finish.tar.gz ; \ -in-target tar xzf /tmp/finish.tar.gz -C /tmp/ ; \ -in-target /bin/sh /tmp/finish/post.sh +in-target /usr/bin/tftp 129.20.27.239 -c get scripts/latecommand.tar.gz /tmp/latecommand.tar.gz ; \ +in-target tar xzf /tmp/latecommand.tar.gz -C /tmp/ ; \ +in-target /bin/sh /tmp/latecommand/post.sh