aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
Commit message (Expand)AuthorAge
...
* implement installing GRUBSean Whitton2021-05-06
* DISK:RAW-IMAGE-BUILT-FOR: more general PHYSICAL-DISK field copySean Whitton2021-05-06
* update the image from the chroot when we just built the image tooSean Whitton2021-05-06
* increase added space for PARTITIONED-VOLUME to 2MiBSean Whitton2021-05-06
* add CRYPTTAB-KEYFILESean Whitton2021-05-06
* add DISK:CRYPTTAB-OPTIONS with defaultSean Whitton2021-05-06
* add default mount options for ext4-filesystemSean Whitton2021-05-06
* add & use PROPAPP macroSean Whitton2021-05-06
* DISK:VOLUMES: fix extracting elements of vectorSean Whitton2021-05-06
* implement obtaining LUKS passphrases as prerequisite dataSean Whitton2021-05-06
* implement creating, opening and closing LVM PVs, VGs and LVsSean Whitton2021-05-06
* replace CREATE-VOLUME-AND-CONTENTS with CREATE-VOLUMES-AND-CONTENTSSean Whitton2021-05-06
* fix ordering of OPEN-VOLUME definitionsSean Whitton2021-05-02
* implement creating, opening and closing LUKS containersSean Whitton2021-05-01
* fix initial value of *MOUNT-BELOW*Sean Whitton2021-05-01
* reflect *MOUNT-BELOW* in OPENED-FILESYSTEM valuesSean Whitton2021-04-30
* pass -v to kpartx(1) when deleting mappingsSean Whitton2021-04-30
* move chroot->volumes operation into a new properties packageSean Whitton2021-04-30
* mention WITH-THESE-OPEN-VOLUMES in a docstringSean Whitton2021-04-30
* add :OPENED-VOLUMES connattrSean Whitton2021-04-30
* more specific type for VOLUME-CONTENTS of PARTITIONED-VOLUMESean Whitton2021-04-29
* minor style tweaksSean Whitton2021-04-29
* define CREATE-VOLUME for opened volumesSean Whitton2021-04-29
* add DISK:HOST-VOLUMES-CREATEDSean Whitton2021-04-29
* drop a trailing period in property descriptionSean Whitton2021-04-26
* also sync in WITH-OPEN-VOLUMESSean Whitton2021-04-26
* stop binding *MOUNT-BELOW* when closing volumesSean Whitton2021-04-26
* add DISK:VOLUMES and make DISK:HAS-VOLUMES into a macroSean Whitton2021-04-26
* add DISK:{EXTRA-SPACE,CACHES-CLEANED,RAW-IMAGE-BUILT-FOR}Sean Whitton2021-04-26
* sync when closing volumes in WITH-THESE-OPEN-VOLUMES tooSean Whitton2021-04-26
* tweak docstringSean Whitton2021-04-26
* when creating partition tables, don't assume VOLUME-SIZE is boundSean Whitton2021-04-26
* sync(1) before closing newly created volumesSean Whitton2021-04-24
* factor out CHROOT-PATHNAMESean Whitton2021-04-22
* reflow some args and merge method descriptions into DEFGENERIC formsSean Whitton2021-04-22
* reflowSean Whitton2021-04-21
* add COPY-VOLUME-AND-CONTENTSSean Whitton2021-04-20
* drop duplicate DEFGENERICSean Whitton2021-04-20
* drop DISK:VOLUME-UUIDSean Whitton2021-04-18
* add DISK:SUBVOLUMES-OF-TYPE & DISK:MOUNT-OPTIONS, and update exportsSean Whitton2021-04-18
* define & use DEFINE-PRINT-OBJECT-FOR-STRUCTLIKESean Whitton2021-04-16
* add WITH-THESE-OPEN-VOLUMES macro property combinatorSean Whitton2021-04-16
* update kpartx(1) commentSean Whitton2021-04-14
* refactor, and delay mounting filesystems to avoid mount shadowingSean Whitton2021-04-14
* implement OPEN-VOLUME for OPENED-VOLUMESean Whitton2021-04-13
* WITH-OPEN-VOLUMES: add :OPENED-VOLUMES argumentSean Whitton2021-04-13
* tweak docstring "FUNCTION" -> "METHOD"Sean Whitton2021-04-13
* avoid evaluating MOUNT-BELOW more than once, and allow explicit NILSean Whitton2021-04-13
* make *MOUNT-BELOW* a pathname, and ensure mount points existSean Whitton2021-04-13
* implement WITH-OPEN-VOLUMES and CREATE-VOLUME-AND-CONTENTSSean Whitton2021-04-13