Reset liveISO to bullseye

Bookworm seems to have a serious bug with PERC controllers causing the
drive to reset. This goes away with Bullseye, so use that instead.
This commit is contained in:
Joshua Boniface 2023-09-01 15:42:00 -04:00
parent df4471c26c
commit 36e439c78e
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ echo
echo "Initializing config..."
# Initialize the live-build config
lb config \
--distribution bookworm \
--archive-areas "main contrib non-free-firmware" \
--distribution bullseye \
--archive-areas "main contrib non-free" \
--mirror-bootstrap "${mirror_server}/debian" \
--mirror-chroot-security "${mirror_server}/debian-security" \
--debconf-frontend readline \