From d2f5c3fa881329dcf420b792b3b1c5f68257d91c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 30 Apr 2021 17:38:08 -0700 Subject: comments Signed-off-by: Sean Whitton --- src/property/installer.lisp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/property/installer.lisp') diff --git a/src/property/installer.lisp b/src/property/installer.lisp index 95f0fb5..93f9841 100644 --- a/src/property/installer.lisp +++ b/src/property/installer.lisp @@ -50,7 +50,14 @@ Also update the fstab and crypttab, and try to install a bootloader." :systems nil :propspec '(eseqprops + ;; This will overwrite any custom mount options, etc., with values + ;; from VOLUMES. Possibly it would be better to use a property + ;; which only updates the fs-spec field. However, given that + ;; VOLUMES ultimately comes from the volumes the user has declared + ;; for the host, it is unlikely there are other properties setting + ;; mount options etc. which are in conflict with VOLUMES. (fstab:entries-for-opened-volumes) + ;; Debian and derivatives add this line. (file:lacks-lines "/etc/fstab" "# UNCONFIGURED FSTAB FOR BASE SYSTEM")))) ;; TODO Update /etc/crypttab ;; TODO Install bootloader -- cgit v1.2.3