aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
Commit message (Expand)AuthorAge
...
* 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
* rework opening and creating nested volumesSean Whitton2021-04-13
* improve creating fat32 and ext4 filesystemsSean Whitton2021-04-13
* DISK:HAS-VOLUMES: improve docstring: may be specified more than onceSean Whitton2021-04-13
* add DEFGENERIC for VOLUME-CONTENTS-MINIMUM-SIZESean Whitton2021-04-13
* declare superclass types of VOLUME-LABEL and VOLUME-CONTENTSSean Whitton2021-04-13
* add and export DISK:DISK-IMAGESean Whitton2021-04-13
* use size of partition as a relative value, not an absolute offsetSean Whitton2021-04-13
* implement operations for instances of PARTITIONED-VOLUMESean Whitton2021-04-12
* implement creating raw disk imagesSean Whitton2021-04-12
* update kpartx(1) commentSean Whitton2021-04-12
* use :REMAINING not just T, and require whole mebibytesSean Whitton2021-04-12
* use MRUN not RUN-PROGRAM & fix a return value to be a listSean Whitton2021-04-12
* note that src/property/disk.lisp is Linux-specificSean Whitton2021-04-12
* add TOP-LEVEL-VOLUME & define OPENED-VOLUME for PHYSICAL-DISKSean Whitton2021-04-12
* add VOLUME-CONTENTS-MINIMUM-SIZE and VOLUME-MINIMUM-SIZESean Whitton2021-04-12
* improve docstring for default OPEN-VOLUME-CONTENTSSean Whitton2021-04-12
* add TODO about default LUKS formatSean Whitton2021-04-11
* add first attempt at types for disk image building and partitioningSean Whitton2021-04-11