aboutsummaryrefslogtreecommitdiff
path: root/src/connection/fork.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-30 16:53:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-30 17:56:41 -0700
commit691c81810e647ef7d780f4f3546ee8856f777b07 (patch)
tree221a5e43193e6ddaae5fdd86b85ea8373486db10 /src/connection/fork.lisp
parente8df647b13c130cc038eef76acf02caabe346b7e (diff)
downloadconsfigurator-691c81810e647ef7d780f4f3546ee8856f777b07.tar.gz
chroot connections: set up bind mounts and virtual filesystems
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/fork.lisp')
-rw-r--r--src/connection/fork.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index 3fe63aa..0bc139c 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -57,7 +57,6 @@ for example, such that we don't see it."
#-(or sbcl) (error "Don't know how to safely fork() in this Lisp")
(upload-all-prerequisite-data
:connection connection :upload-string-data nil)
- ;; TODO bind mounts
(with-remote-temporary-file (output)
(mapc #'force-output
(list *standard-output* *error-output* *debug-io* *terminal-io*))