Update preseed target for firstboot post branch merge

This commit is contained in:
Thomas Cole 2021-10-19 10:59:45 -04:00
parent 8eef96ba21
commit 5fe20b3e32

View File

@ -143,4 +143,4 @@ d-i cdrom-detect/eject boolean false
# packages and run commands in the target system. # 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 apt-install zsh; in-target chsh -s /bin/zsh
d-i preseed/late_command string in-target wget https://git.thomaspcole.com/thomascole/clc-debian/raw/branch/next/firstboot.sh d-i preseed/late_command string in-target wget https://git.thomaspcole.com/thomascole/clc-debian/raw/branch/master/firstboot.sh