mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Solved internet connection bug
This commit is contained in:
parent
a53ae1e762
commit
e8ffc4d756
@ -72,6 +72,6 @@ copy_qemu(){
|
|||||||
|
|
||||||
copy_resolve_conf(){
|
copy_resolve_conf(){
|
||||||
info "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."
|
warning "Failed. Propably there is no internet connection available."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user