aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/disk.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index 0cac9d9..5f81089 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -364,7 +364,7 @@ We do not specify what logical volumes it contains."))
;;;; Filesystems
-(defparameter *mount-below* #P""
+(defparameter *mount-below* #P"/"
"Prefix for all filesystem mount points. Bound by functions to request that
filesystems be mounted relative to a different filesystem root, e.g. under a
chroot.")