Imported 2.656

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2020-04-01 09:11:29 +00:00
parent 89c91c8593
commit 0684e5c9ee
2 changed files with 10 additions and 4 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.656) focal; urgency=medium
[ David Krauser ]
* Safely set /etc/resolv.conf to an empty file in buildd images
-- Robert C Jennings <robert.jennings@canonical.com> Tue, 31 Mar 2020 09:56:13 -0500
livecd-rootfs (2.655) focal; urgency=medium
* minimized: reinstall packages one by one, instead of all of them

View File

@ -1,4 +1,3 @@
#!/bin/sh
set -e
chroot chroot truncate -s 0 /etc/resolv.conf
#!/bin/sh -e
chroot chroot rm /etc/resolv.conf
chroot chroot touch /etc/resolv.conf