From c0aec4adcd899ff52fc2737eb90e3c4438d322cd Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 26 Dec 2021 18:42:10 -0700 Subject: in examples, use fewer of my personal hostnames & domains Additionally, in conventions.rst, fix an example of the :SUDO connection type to use the correct hostname for looking up the password. Signed-off-by: Sean Whitton --- src/property/disk.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/property/disk.lisp') diff --git a/src/property/disk.lisp b/src/property/disk.lisp index 04393ce..9466b5d 100644 --- a/src/property/disk.lisp +++ b/src/property/disk.lisp @@ -1120,10 +1120,10 @@ Example usage: (partition (luks-container (lvm-physical-volume - :volume-group \"vg_melete\")))))) + :volume-group \"vg_laptop\")))))) (lvm-logical-volume - :volume-group \"vg_melete\" - :volume-label \"lv_melete_root\" + :volume-group \"vg_laptop\" + :volume-label \"lv_laptop_root\" (ext4-filesystem :mount-point #P\"/\")))" (labels ((parse (spec) -- cgit v1.2.3