aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-01 16:35:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-01 16:35:33 -0700
commit042369aba1a216771749a11a33510728bd1f56ff (patch)
treedf97c2f545c0cd3420836291400efcf4415ae320 /src/property/disk.lisp
parent3aeac3fe2cae15feb23047176af81059901aeefa (diff)
downloadconsfigurator-042369aba1a216771749a11a33510728bd1f56ff.tar.gz
fix initial value of *MOUNT-BELOW*
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-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.")