mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 14:27:09 +00:00
8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
|
#!/bin/sh -x
|
||
|
#---------------------------------------------------------------------
|
||
|
# this must be run as a binary hook (outside the chroot) since lb
|
||
|
# massages resolv.conf on finishing the chroot operations.
|
||
|
#---------------------------------------------------------------------
|
||
|
|
||
|
ln -fs /run/resolvconf/resolv.conf chroot/etc/resolv.conf
|