chiark / gitweb /
machined: when cloning a raw disk image, also set the NOCOW flag
[elogind.git] / src / nspawn / nspawn.c
index e5a24dda70c0460ea6fb7931de869f87c3cd9e27..59f6f38a49305bdb269e0fbe4be27e022ef4244f 100644 (file)
@@ -1092,7 +1092,7 @@ static int setup_resolv_conf(const char *dest) {
                 return 0;
         }
 
-        r = copy_file("/etc/resolv.conf", where, O_TRUNC|O_NOFOLLOW, 0644);
+        r = copy_file("/etc/resolv.conf", where, O_TRUNC|O_NOFOLLOW, 0644, 0);
         if (r < 0) {
                 log_warning_errno(r, "Failed to copy /etc/resolv.conf to %s: %m", where);