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:
parent
df4471c26c
commit
36e439c78e
|
@ -114,8 +114,8 @@ echo
|
||||||
echo "Initializing config..."
|
echo "Initializing config..."
|
||||||
# Initialize the live-build config
|
# Initialize the live-build config
|
||||||
lb config \
|
lb config \
|
||||||
--distribution bookworm \
|
--distribution bullseye \
|
||||||
--archive-areas "main contrib non-free-firmware" \
|
--archive-areas "main contrib non-free" \
|
||||||
--mirror-bootstrap "${mirror_server}/debian" \
|
--mirror-bootstrap "${mirror_server}/debian" \
|
||||||
--mirror-chroot-security "${mirror_server}/debian-security" \
|
--mirror-chroot-security "${mirror_server}/debian-security" \
|
||||||
--debconf-frontend readline \
|
--debconf-frontend readline \
|
||||||
|
|
Loading…
Reference in New Issue