aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
Commit message (Expand)AuthorAge
* DISK:HOST-LOGICAL-VOLUMES-EXIST: fix adding /etc/fstab entriesSean Whitton2023-12-03
* add regexp trailing option to attempt to parse matches as numbersSean Whitton2023-03-16
* http -> https for fsf.org and gnu.org URIsSean Whitton2023-03-11
* DISK:FIRST-DISK-INSTALLED-FOR: another advantage of non-nil CHROOTSean Whitton2023-03-11
* doc/: start generating API documentation from docstringsSean Whitton2023-03-01
* disk.lisp: update copyright yearsSean Whitton2022-07-27
* replace DISK:HOST-VOLUMES-CREATED, update & improve tutorialSean Whitton2022-07-27
* DISK:WITH-OPENED-VOLUMES: include already open volumes in connattrsSean Whitton2022-07-27
* DISK:WITH-OPENED-VOLUMES: add support for leaving the volumes openSean Whitton2022-07-23
* factor out DISK::HOST-VOLUMES-JUST-ONE-PHYSICAL-DISKSean Whitton2022-07-23
* add support for passing arbitrary options to cryptsetup luksFormatSean Whitton2022-07-23
* Revert "add support for passing --cipher to cryptsetup luksFormat"Sean Whitton2022-07-23
* add support for passing --cipher to cryptsetup luksFormatSean Whitton2022-07-22
* DISK:OPEN-VOLUME-AND-CONTENTS: avoid using a special variableSean Whitton2022-06-25
* fix FSTAB:HAS-ENTRIES-FOR-OPENED-VOLUMES for FAT32 filesystemsSean Whitton2022-06-24
* move OS::ARCHITECTURE slot from OS:LINUX to OS:DEBIANLIKESean Whitton2022-04-29
* rename connattr :OPENED-VOLUMES -> DISK:OPENED-VOLUMESSean Whitton2022-04-28
* rename DISK:WITH-THESE-OPEN-VOLUMES -> DISK:WITH-OPENED-VOLUMESSean Whitton2022-04-28
* DISK:VOLUME-BOOTLOADER -> DISK:VOLUME-BOOTLOADERSSean Whitton2022-04-28
* rename to INSTALLER:CHROOT-INSTALLED-TO-VOLUMES-FORSean Whitton2022-04-23
* rename ASSERT-EUID-ROOT -> ASSERT-REMOTE-EUID-ROOTSean Whitton2022-04-23
* add PUSH-HOSTATTR, don't use &rest in PUSH-HOSTATTRS & fix docstringSean Whitton2022-04-04
* rename basic propapp accessorsSean Whitton2022-04-04
* rename READFILE, WRITEFILE, corresponding generics and some wrappersSean Whitton2022-04-02
* FSTAB & CRYPTTAB: prepend HAS- to names of exported propertiesSean Whitton2022-04-01
* rename DEFINE-PRINT-OBJECT-FOR-STRUCTLIKE & REINIT-STRUCTLIKESean Whitton2022-03-12
* rename DISK:ALL-VGS -> DISK:ALL-LVM-VOLUME-GROUPS and use MEMSTR=Sean Whitton2022-03-11
* unexport DISK:CACHES-CLEANED for nowSean Whitton2022-03-11
* add "local" and "remote" to the names of some exported symbolsSean Whitton2022-03-09
* in examples, use fewer of my personal hostnames & domainsSean Whitton2021-12-27
* add dep on Anaphora and use APROG1, ALET & AAND in various placesSean Whitton2021-09-08
* UNWIND-PROTECT-IN-PARENT -> UNWIND-PROTECTSean Whitton2021-07-24
* replace live-build(7) properties with DISK:DEBIAN-LIVE-ISO-BUILTSean Whitton2021-07-10
* DISK::WITH-OPEN-VOLUMES: drop unneeded use of ONCE-ONLYSean Whitton2021-07-10
* factor out DISK::IMAGE-CHROOTSean Whitton2021-07-10
* add FILE:DIRECTORY-DOES-NOT-EXIST, FILE:DATA-CACHE-PURGEDSean Whitton2021-06-07
* factor out LAMBDA-IGNORING-ARGSSean Whitton2021-06-07
* factor out and export DISK:PARSE-VOLUME-SIZESean Whitton2021-06-03
* DISK:HOST-LOGICAL-VOLUMES-EXIST: also add to /etc/fstab & mountSean Whitton2021-06-03
* DISK:SUBVOLUMES-OF-TYPE: return list of immediate parents as 2nd valSean Whitton2021-06-03
* define VOLUME-CONTENTS-MINIMUM-SIZE for LVM-LOGICAL-VOLUMESean Whitton2021-06-03
* drop LVM-VOLUME-GROUP and make LVs TOP-LEVEL-VOLUMEsSean Whitton2021-06-03
* fix type of DISK::HOST-LVM-LOGICAL-VOLUMES-EXISTSean Whitton2021-05-31
* add DISK:HOST-LOGICAL-VOLUMES-EXISTSean Whitton2021-05-31
* don't try to create, or queue for closure, already opened volumesSean Whitton2021-05-31
* DISK:CREATE-VOLUME for LVM volume groups: pass -Wn to lvcreate(8)Sean Whitton2021-05-31
* OPEN-VOLUME for OPENED-VOLUME: return a fresh value, as specifiedSean Whitton2021-05-31
* DISK:CREATE-VOLUMES-AND-CONTENTS: add FILES argument; make a DEFUNSean Whitton2021-05-31
* add optional HOST arg to some accessors for hostattrsSean Whitton2021-05-29
* support partition sizes in sectors & setting the bootable flagSean Whitton2021-05-06