aboutsummaryrefslogtreecommitdiff
path: root/src/property/installer.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-09 20:34:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-10 21:41:37 -0700
commit886b3bd27a6f5f31895874d256c98184ea9c23b9 (patch)
tree007d4abf9337eb59863380077a1b30351f4a9e1b /src/property/installer.lisp
parent3f989153c3bb0b40677bd59974d9871551f36f90 (diff)
downloadconsfigurator-886b3bd27a6f5f31895874d256c98184ea9c23b9.tar.gz
INSTALLER:CLEANLY-INSTALLED-ONCE: change the fstab example
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/installer.lisp')
-rw-r--r--src/property/installer.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/property/installer.lisp b/src/property/installer.lisp
index 9acf967..b0bfc1d 100644
--- a/src/property/installer.lisp
+++ b/src/property/installer.lisp
@@ -314,7 +314,10 @@ whereas if you don't have that information, you would want something like
Here are some other propapps you might want to attach to the application of
this property with ON-CHANGE:
- (file:is-copy-of \"/etc/fstab\" \"/old-os/etc/fstab\")
+ (fstab:entries-for-volumes
+ (disk:volumes
+ (mounted-ext4-filesystem :mount-point #P\"/\")
+ (partition (mounted-fat32-filesystem :mount-point #P\"/boot/efi/\"))))
(file:is-copy-of \"/root/.ssh/authorized_keys\"
\"/old-os/root/.ssh/authorized_keys\")
(mount:unmounted-below-and-removed \"/old-os\")