From 5fe20b3e32a9a590e43d64e676768c046cd579b8 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Tue, 19 Oct 2021 10:59:45 -0400 Subject: [PATCH] Update preseed target for firstboot post branch merge --- input.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.cfg b/input.cfg index 6bd214d..9464666 100644 --- a/input.cfg +++ b/input.cfg @@ -143,4 +143,4 @@ d-i cdrom-detect/eject boolean false # 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 wget https://git.thomaspcole.com/thomascole/clc-debian/raw/branch/next/firstboot.sh \ No newline at end of file +d-i preseed/late_command string in-target wget https://git.thomaspcole.com/thomascole/clc-debian/raw/branch/master/firstboot.sh \ No newline at end of file