Skip to content

Commit e2df015

Browse files
committed
Updated preseed script
1 parent 7e8e894 commit e2df015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preseed.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,5 +482,5 @@ xserver-xorg xserver-xorg/config/monitor/mode-list \
482482
# packages and run commands in the target system.
483483
#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
484484

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
485+
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
486486

0 commit comments

Comments
 (0)