mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 21:27:10 +00:00
Merge lp:~rbalint/livecd-rootfs/minimize-1g-revert
This commit is contained in:
commit
cb635a6035
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.489) UNRELEASED; urgency=medium
|
||||
|
||||
* Revert to building minimized and not minimimized images with the same
|
||||
~2.2 GiB size
|
||||
|
||||
-- Balint Reczey <rbalint@ubuntu.com> Thu, 04 Jan 2018 14:37:51 +0100
|
||||
|
||||
livecd-rootfs (2.488) bionic; urgency=medium
|
||||
|
||||
* Enable systemd-networkd by default for live-server installs.
|
||||
|
@ -717,11 +717,6 @@ echo "SUBPROJECT=\"${SUBPROJECT:-}\"" >> config/chroot
|
||||
echo "LB_BINARY_HOOKS=\"$BINARY_HOOKS\"" >> config/binary
|
||||
echo "BUILDSTAMP=\"$NOW\"" >> config/binary
|
||||
echo "SUBPROJECT=\"${SUBPROJECT:-}\"" >> config/binary
|
||||
if [ "${SUBPROJECT:-}" = minimized ]; then
|
||||
# try building minimized images in a 1GiB image but still allow overriding
|
||||
# IMAGE_SIZE in lb build
|
||||
echo 'IMAGE_SIZE=${IMAGE_SIZE:-'$((1024*1024*1024))'}' >> config/binary
|
||||
fi
|
||||
|
||||
case $ARCH+$SUBARCH in
|
||||
armhf+raspi2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user