aboutsummaryrefslogtreecommitdiff
path: root/src/property/fstab.lisp
Commit message (Collapse)AuthorAge
* fix FSTAB:HAS-ENTRIES-FOR-OPENED-VOLUMES for FAT32 filesystemsSean Whitton2022-06-24
| | | | | | | | The property should never have been calling SUBVOLUMES-OF-TYPE because opening volumes does not ever update the VOLUME-CONTENTS slot to contain OPENED-VOLUME values. The structure of the OPENED-VOLUMES connattr is that of a flat list. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* update copyright noticesSean Whitton2022-04-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rename connattr :OPENED-VOLUMES -> DISK:OPENED-VOLUMESSean Whitton2022-04-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rename DISK:WITH-THESE-OPEN-VOLUMES -> DISK:WITH-OPENED-VOLUMESSean Whitton2022-04-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FSTAB:HAS-ENTRIES-FOR-OPENED-VOLUMES: note bug for fat32 partitionsSean Whitton2022-04-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* replace some Scheme-style namesSean Whitton2022-04-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FSTAB & CRYPTTAB: prepend HAS- to names of exported propertiesSean Whitton2022-04-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add dep on Anaphora and use APROG1, ALET & AAND in various placesSean Whitton2021-09-08
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fstab properties: fix default mount optionsSean Whitton2021-07-10
| | | | | | See fstab(5). Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix manpage sections for mount(8), umount(8) and findmnt(8)Sean Whitton2021-07-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FSTAB:ENTRIES-FOR-VOLUMES: accept a list of volumesSean Whitton2021-06-03
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FSTAB:VOLUME->ENTRY: don't try to look up PARTUUIDs of LVM LVsSean Whitton2021-06-03
| | | | | | Instead, for LVM LVs, always use the canonical symlink (per lvm(8)). Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* strip trailing slashes from mount points in VOLUME fstab entriesSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add & use WORDS, UNWORDSSean Whitton2021-05-31
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix :DESC for FSTAB:ENTRIESSean Whitton2021-05-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out FILE:UPDATE-UNIX-TABLESean Whitton2021-05-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FSTAB:ENTRIES: make "PLACEHOLDER" work like "none" in fs_specSean Whitton2021-05-06
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* implement updating the newly installed system's fstabSean Whitton2021-04-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* drop useless use of STRCATSean Whitton2021-04-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* minor style tweaksSean Whitton2021-04-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add some fstab functions and propertiesSean Whitton2021-04-18
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>