We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8e894 commit e2df015Copy full SHA for e2df015
preseed.cfg
@@ -482,5 +482,5 @@ xserver-xorg xserver-xorg/config/monitor/mode-list \
482
# packages and run commands in the target system.
483
#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
484
485
-d-i preseed/late_command string in-target /usr/bin/wget https://raw.github.com/cloudbase/unattended-setup-scripts/master/preseed_post.sh -O /tmp/preseed_post.sh; /bin/bash /tmp/preseed_post.sh
+d-i preseed/late_command string in-target wget https://raw.github.com/cloudbase/unattended-setup-scripts/master/preseed_post.sh -O /tmp/preseed_post.sh; in-target bash /tmp/preseed_post.sh
486
0 commit comments