mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-02 22:01:19 +00:00
Merge branch 'focal-buildd-fix-dns' of lp:~davidkrauser/livecd-rootfs/+git/livecd-rootfs into ubuntu/master
Safely set /etc/resolv.conf to an empty file in buildd images MP: https://code.launchpad.net/~davidkrauser/livecd-rootfs/+git/livecd-rootfs/+merge/381316
This commit is contained in:
commit
dcded9305c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user