aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-18 12:53:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-18 12:53:49 -0700
commitfbae12455b49a2ea66a80885ecc77840cb46c5be (patch)
tree124b0e1f1c96eda442c66225583f0ae0b52a6fe4 /src/property/disk.lisp
parent162809f7f92822c0e9a4d37be6c0512f87981541 (diff)
downloadconsfigurator-fbae12455b49a2ea66a80885ecc77840cb46c5be.tar.gz
drop DISK:VOLUME-UUID
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index 2762449..48fb18e 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -123,15 +123,7 @@ Return values, if any, should be ignored."))
:type pathname
:initarg :device-file
:accessor device-file
- :documentation "File under /dev giving access to the opened volume.")
- (volume-uuid
- :initarg :volume-uuid
- :accessor volume-uuid
- :documentation
- "A UUID for the volume, quoted and prefixed with the tag name, suitable for
-insertion into files like /etc/crypttab and /etc/fstab. E.g.
-
- PARTUUID=\"25164b50-4fbb-4ca0-ab01-a30a838bdf3b\""))
+ :documentation "File under /dev giving access to the opened volume."))
(:documentation
"A VOLUME object which has been made directly accessible as a block device."))