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 \
|
||||
--architectures "$ARCH" \
|
||||
--mode ubuntu \
|
||||
--mode debian \
|
||||
--initramfs none \
|
||||
--distribution "$BASECODENAME" \
|
||||
--parent-distribution "$BASECODENAME" \
|
||||
|
@ -45,7 +45,6 @@ lb config noauto \
|
|||
--zsync false \
|
||||
--security true \
|
||||
--updates true \
|
||||
--debootstrap-options "--include=ca-certificates,systemd" \
|
||||
"${@}"
|
||||
|
||||
# replace channel and suite
|
||||
|
|
Loading…
Add table
Reference in a new issue