mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-14 04:41:15 +00:00
Call function to set up resolvconf to enable DNS for buildd
This commit is contained in:
parent
f7512b21a0
commit
c9043b2697
@ -63,6 +63,9 @@ undivert_grub "$mount_d"
|
||||
chroot "$mount_d" \
|
||||
sh -c 'update-initramfs -c -v -k $(ls /boot/vmlinuz*generic | sed 1q | cut -d- -f2-3)'
|
||||
|
||||
# Set up resolvconf
|
||||
setup_resolvconf "$mount_d"
|
||||
|
||||
# Cleanup
|
||||
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
||||
clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user