mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-04 05:21:32 +00:00
Disable merged /usr in buildd images
Otherwise we might end up building packages with hardcoded paths that assume a merged /usr.
This commit is contained in:
parent
fe59f6fce8
commit
36af2769dc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.560) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Disable merged /usr in buildd images.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Fri, 01 Feb 2019 18:01:56 +0000
|
||||||
|
|
||||||
livecd-rootfs (2.559) disco; urgency=medium
|
livecd-rootfs (2.559) disco; urgency=medium
|
||||||
|
|
||||||
[ Jean-Baptiste Lallement ]
|
[ Jean-Baptiste Lallement ]
|
||||||
|
@ -1220,6 +1220,11 @@ esac
|
|||||||
case $SUBPROJECT in
|
case $SUBPROJECT in
|
||||||
buildd)
|
buildd)
|
||||||
cp -af /usr/share/livecd-rootfs/live-build/buildd/* config/
|
cp -af /usr/share/livecd-rootfs/live-build/buildd/* config/
|
||||||
|
|
||||||
|
# Disable merged /usr to avoid building packages with
|
||||||
|
# hardcoded paths that assume it.
|
||||||
|
echo 'DEBOOTSTRAP_OPTIONS="$DEBOOTSTRAP_OPTIONS --no-merged-usr"' \
|
||||||
|
>> config/common
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user