Change mode to debian, remove debootstrap options
This commit is contained in:
parent
7e91604d35
commit
bdea65ab78
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@ fi
|
||||||
|
|
||||||
lb config noauto \
|
lb config noauto \
|
||||||
--architectures "$ARCH" \
|
--architectures "$ARCH" \
|
||||||
--mode ubuntu \
|
--mode debian \
|
||||||
--initramfs none \
|
--initramfs none \
|
||||||
--distribution "$BASECODENAME" \
|
--distribution "$BASECODENAME" \
|
||||||
--parent-distribution "$BASECODENAME" \
|
--parent-distribution "$BASECODENAME" \
|
||||||
|
@ -45,7 +45,6 @@ lb config noauto \
|
||||||
--zsync false \
|
--zsync false \
|
||||||
--security true \
|
--security true \
|
||||||
--updates true \
|
--updates true \
|
||||||
--debootstrap-options "--include=ca-certificates,systemd" \
|
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
||||||
# replace channel and suite
|
# replace channel and suite
|
||||||
|
|
Loading…
Add table
Reference in a new issue