print cp resolvconf

This commit is contained in:
j3d1 2022-05-05 23:17:46 +02:00
parent ef4fe46700
commit 19d4d2fb83

View file

@ -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