aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/chroot.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection/chroot.lisp b/src/connection/chroot.lisp
index 7fbe860..acf8053 100644
--- a/src/connection/chroot.lisp
+++ b/src/connection/chroot.lisp
@@ -73,6 +73,7 @@ should be the mount point, without the chroot's root prefixed.")
(mount:assert-devtmpfs-udev-/dev)
(dolist (mount mount:*standard-linux-vfs*)
(apply #'chroot-mount connection mount))
+ (chroot-mount connection "--bind" "/run" "/run")
(when (remote-exists-p "/sys/firmware/efi/efivars")
(apply #'chroot-mount connection mount:*linux-efivars-vfs*)))))