mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 00:51:36 +00:00
Fix install command for pollinate (add '-y') in minimal images
This commit is contained in:
parent
7349c0b322
commit
928a9e6c71
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.408.35) xenial; urgency=medium
|
||||||
|
|
||||||
|
* Fix install command for pollinate (add '-y') in minimal images
|
||||||
|
|
||||||
|
-- Francis Ginther <francis.ginther@canonical.com> Mon, 02 Jul 2018 14:44:34 -0500
|
||||||
|
|
||||||
livecd-rootfs (2.408.34) xenial; urgency=medium
|
livecd-rootfs (2.408.34) xenial; urgency=medium
|
||||||
|
|
||||||
* Add back pollinate for minimal after it is removed due to a dependency
|
* Add back pollinate for minimal after it is removed due to a dependency
|
||||||
|
@ -179,7 +179,7 @@ if [ "${SUBPROJECT:-}" = minimized ]; then
|
|||||||
ubuntu-cloudimage-keyring file
|
ubuntu-cloudimage-keyring file
|
||||||
# Add back pollinate, which gets removed due to a dependency on vim-common
|
# Add back pollinate, which gets removed due to a dependency on vim-common
|
||||||
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \
|
_xchroot "${rootd}" env DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get install --no-install-recommends pollinate
|
apt-get -y install --no-install-recommends pollinate
|
||||||
|
|
||||||
_xchroot "${rootd}" apt clean
|
_xchroot "${rootd}" apt clean
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user