Skip to content

Commit 29c200d

Browse files
authored
Merge pull request #702 from vvejell1/bullseye_rootfs
Downgrading rootfs from bookworm to bullseye
2 parents 38567e7 + 6743415 commit 29c200d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/image-builder/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ define run_debootstrap =
4646
debootstrap \
4747
--variant=minbase \
4848
--include=$(subst $(SPACE),$(COMMA),$(PACKAGES))\
49-
bookworm \
49+
bullseye \
5050
"$(WORKDIR)" $(DEBMIRROR)
5151
rm -rf "$(WORKDIR)/var/cache/apt/archives" \
5252
"$(WORKDIR)/usr/share/doc" \

0 commit comments

Comments
 (0)