aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/installer.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/property/installer.lisp b/src/property/installer.lisp
index f5a3806..2830703 100644
--- a/src/property/installer.lisp
+++ b/src/property/installer.lisp
@@ -273,6 +273,8 @@ using a combinator like ON-CHANGE, or applied manually with DEPLOY-THESE."
(when (directory-exists-p source)
(rename-file source (ensure-directories-exist
#P"/root/.cache/consfigurator/"))))
+ (setf (get-connattr :remote-user) "root")
+ (setf (get-connattr :remote-home) "/root")
(posix-login-environment "root" "/root")
;; Remount (mainly virtual) filesystems that other properties we will