mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 11:51:11 +00:00
Imported 2.568
No reason for CPC update specified.
This commit is contained in:
parent
7b01dc83ed
commit
9cda759d89
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
||||
livecd-rootfs (2.568) disco; urgency=medium
|
||||
|
||||
[ Tobias Koch ]
|
||||
* Make sure snap-tool exits with non-zero exit status, if a problem
|
||||
occurred.
|
||||
|
||||
[ Steve Langasek ]
|
||||
* divert grub when calling into lb chroot, to avoid any problems from
|
||||
grub-probe.
|
||||
|
||||
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 11 Mar 2019 18:14:46 -0700
|
||||
|
||||
livecd-rootfs (2.567) disco; urgency=medium
|
||||
|
||||
* Fix change to ignore ubiquity packages, it failed to mark anything
|
||||
|
@ -261,12 +261,14 @@ EOF
|
||||
chmod +x chroot/usr/bin/man
|
||||
fi
|
||||
|
||||
divert_grub chroot
|
||||
if [ -n "${PASSES}" ]; then
|
||||
PATH="config/:$PATH" lb chroot_layered "$@"
|
||||
else
|
||||
divert_update_initramfs
|
||||
lb chroot "$@"
|
||||
fi
|
||||
undivert_grub chroot
|
||||
|
||||
# Let all configuration non multi-layered project here.
|
||||
# If those are moving to a multi-layer layout, this needs to be
|
||||
|
Loading…
x
Reference in New Issue
Block a user