Enable building buildd artifacts with an ext4 image target

ubuntu/xenial
Cody Shepherd 5 years ago
parent 33328cc7ed
commit 934cb358e1
No known key found for this signature in database
GPG Key ID: 0DB7E5F05C3FAB5F

@ -9,4 +9,4 @@ set -e
# /var/lib/apt/lists/ has suitable cached Packages files; this speeds up
# builds on buildds.
sed -i "s,${LB_PARENT_MIRROR_BINARY},${LB_MIRROR_BINARY},g" \
binary/etc/apt/sources.list
chroot/etc/apt/sources.list

@ -6,8 +6,8 @@ set -e
# installed, but that doesn't work because live-build has already installed
# a dummy one at that point. The simplest approach is to repair the
# situation by putting it in place here.
if [ -L binary/etc/alternatives/policy-rc.d ] && \
[ ! -e binary/usr/sbin/policy-rc.d ] && \
[ ! -L binary/usr/sbin/policy-rc.d ]; then
ln -s /etc/alternatives/policy-rc.d binary/usr/sbin/policy-rc.d
if [ -L chroot/etc/alternatives/policy-rc.d ] && \
[ ! -e chroot/usr/sbin/policy-rc.d ] && \
[ ! -L chroot/usr/sbin/policy-rc.d ]; then
ln -s /etc/alternatives/policy-rc.d chroot/usr/sbin/policy-rc.d
fi

Loading…
Cancel
Save