Removed exclude line from debootstrap command in appimg-builder stage-one script since it was causing breakage
This commit is contained in:
parent
de4d57aba3
commit
abdaa192c9
@ -36,7 +36,6 @@ run_debootstrap() {
|
|||||||
|
|
||||||
debootstrap --verbose --merged-usr --variant=minbase \
|
debootstrap --verbose --merged-usr --variant=minbase \
|
||||||
--include=systemd-sysv,locales \
|
--include=systemd-sysv,locales \
|
||||||
--exclude=sysv-rc,initscripts,startpar,lsb-base,insserv \
|
|
||||||
${DEBIAN_RELEASE} ${ROOTFS} ${DEBIAN_MIRROR}
|
${DEBIAN_RELEASE} ${ROOTFS} ${DEBIAN_MIRROR}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user