From 92d700d944d625b7b168777d6756899509c15112 Mon Sep 17 00:00:00 2001 From: jedi Date: Thu, 5 May 2022 23:24:37 +0200 Subject: [PATCH] default set resolvconf --- unbox.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/unbox.sh b/unbox.sh index bbb5c67..c50a941 100755 --- a/unbox.sh +++ b/unbox.sh @@ -74,7 +74,6 @@ function unbox_outer_stage(){ resolv_conf=target/etc/resolv.conf - if [[ -L target/etc/resolv.conf ]]; then resolv_conf=$(readlink "target/etc/resolv.conf") @@ -91,7 +90,6 @@ function unbox_outer_stage(){ fi if [[ -e target/etc/resolv.conf ]]; then - echo cp -L /etc/resolv.conf $resolv_conf cp -L /etc/resolv.conf $resolv_conf fi