Solved internet connection bug

This commit is contained in:
Kevin Veen-Birkenbach 2020-06-11 10:13:54 +02:00
parent a53ae1e762
commit e8ffc4d756

View File

@ -72,6 +72,6 @@ copy_qemu(){
copy_resolve_conf(){
info "Copy resolve.conf..." &&
cp -v /etc/resolv.conf "$root_mount_path""etc/" ||
cp --remove-destination -v /etc/resolv.conf "$root_mount_path""etc/" ||
warning "Failed. Propably there is no internet connection available."
}