print cp resolvconf
This commit is contained in:
parent
ef4fe46700
commit
19d4d2fb83
1 changed files with 1 additions and 0 deletions
1
unbox.sh
1
unbox.sh
|
@ -88,6 +88,7 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue