mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 01:11:31 +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" \
|
chroot "$mount_d" \
|
||||||
sh -c 'update-initramfs -c -v -k $(ls /boot/vmlinuz*generic | sed 1q | cut -d- -f2-3)'
|
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
|
# Cleanup
|
||||||
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
env DEBIAN_FRONTEND=noninteractive chroot "$mount_d" apt-get \
|
||||||
clean
|
clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user