mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 23:51:35 +00:00
Merge lp:~fginther/livecd-rootfs/xenial-proposed-minimal-update
This commit is contained in:
commit
7349c0b322
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.408.34) xenial; urgency=medium
|
||||||
|
|
||||||
|
* Add back pollinate for minimal after it is removed due to a dependency
|
||||||
|
on vim-common. LP: #1779406.
|
||||||
|
|
||||||
|
-- Francis Ginther <francis.ginther@canonical.com> Fri, 29 Jun 2018 10:42:06 -0500
|
||||||
|
|
||||||
livecd-rootfs (2.408.33) xenial; urgency=medium
|
livecd-rootfs (2.408.33) xenial; urgency=medium
|
||||||
|
|
||||||
* Zero fill space in UEFI partitions, too
|
* Zero fill space in UEFI partitions, too
|
||||||
|
@ -177,6 +177,9 @@ if [ "${SUBPROJECT:-}" = minimized ]; then
|
|||||||
console-setup ncurses-term tmux screen policykit-1 \
|
console-setup ncurses-term tmux screen policykit-1 \
|
||||||
xdg-user-dirs less run-one apport-symptoms \
|
xdg-user-dirs less run-one apport-symptoms \
|
||||||
ubuntu-cloudimage-keyring file
|
ubuntu-cloudimage-keyring file
|
||||||
|
# Add back pollinate, which gets removed due to a dependency on vim-common
|
||||||
|
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \
|
||||||
|
apt-get install --no-install-recommends pollinate
|
||||||
|
|
||||||
_xchroot "${rootd}" apt clean
|
_xchroot "${rootd}" apt clean
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user