Go back to buster
For some reason LB keeps installing buster anyways.
This commit is contained in:
parent
79de677a96
commit
d6e93b04cc
|
@ -105,7 +105,7 @@ echo
|
||||||
|
|
||||||
echo "Initializing config..."
|
echo "Initializing config..."
|
||||||
# Initialize the live-build config
|
# Initialize the live-build config
|
||||||
lb config --distribution bullseye --archive-areas "main contrib non-free" --apt-recommends false ${arch_config_append} || fail "Failed to initialize live-build config"
|
lb config --distribution buster --archive-areas "main contrib non-free" --apt-recommends false ${arch_config_append} || fail "Failed to initialize live-build config"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# Configure the package lists
|
# Configure the package lists
|
||||||
|
|
Loading…
Reference in New Issue