From b64cfc4375683445c6227249e8201d92a4da0649 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 28 Aug 2023 20:53:54 -0400 Subject: [PATCH] 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. --- buildiso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildiso.sh b/buildiso.sh index 2e18f3a..5fe6b91 100755 --- a/buildiso.sh +++ b/buildiso.sh @@ -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 \