We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bef534 commit e79f7efCopy full SHA for e79f7ef
lib/functions/rootfs/create-cache.sh
@@ -122,7 +122,7 @@ function extract_rootfs_artifact() {
122
123
wait_for_disk_sync "after restoring rootfs cache"
124
125
- run_host_command_logged rm -v "${SDCARD}"/etc/resolv.conf
+ run_host_command_logged rm -fv "${SDCARD}"/etc/resolv.conf
126
run_host_command_logged echo "nameserver ${NAMESERVER}" ">" "${SDCARD}"/etc/resolv.conf
127
128
# all sources etc.
0 commit comments