From 886b3bd27a6f5f31895874d256c98184ea9c23b9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 9 Jul 2021 20:34:52 -0700 Subject: INSTALLER:CLEANLY-INSTALLED-ONCE: change the fstab example Signed-off-by: Sean Whitton --- src/property/installer.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/property/installer.lisp') 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\") -- cgit v1.2.3