default set resolvconf

This commit is contained in:
j3d1 2022-05-05 23:23:06 +02:00
parent 19d4d2fb83
commit cc11459748

View file

@ -72,6 +72,9 @@ function unbox_outer_stage(){
mount -obind /dev target/dev
mount -obind /dev/pts target/dev/pts
resolv_conf=target/etc/resolv.conf
if [[ -L target/etc/resolv.conf ]]; then
resolv_conf=$(readlink "target/etc/resolv.conf")