aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* add WITH-THESE-OPEN-VOLUMES macro property combinatorSean Whitton2021-04-16
* CHROOT:OS-BOOTSTRAPPED-FOR: preprocess HOST argumentSean Whitton2021-04-16
* PUSH-HOSTATTRS, PUSHNEW-HOSTATTRS: preserve order of new hostattrsSean Whitton2021-04-16
* update kpartx(1) commentSean Whitton2021-04-14
* add CHROOT:OS-BOOTSTRAPPED-FORSean 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
* 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
* RUN/MRUN: when :INFORM, also show the command which was runSean Whitton2021-04-12
* 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
* export PATHNAME-FILESean 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
* export some symbols from src/property/disk.lispSean Whitton2021-04-11
* add first attempt at types for disk image building and partitioningSean Whitton2021-04-11
* add bind mounts TODOSean Whitton2021-04-11
* LIVE-BUILD:IMAGE-BUILT: elide an ON-CHANGESean Whitton2021-04-11
* tweak docstringSean Whitton2021-04-08
* fix call to %LBCONFIGSean Whitton2021-04-08
* add FILE:IS-COPY-OFSean Whitton2021-04-08
* APPLY-AND-PRINT: fix argument orderSean Whitton2021-04-08
* FILE:HAS-CONTENT: don't return :NO-CHANGE if file mode was changedSean Whitton2021-04-08
* APPLY-AND-RUN: disable output hiding when at debug level above 1Sean Whitton2021-04-08
* reindentSean Whitton2021-04-08
* RUN/MRUN: export each environment variable individuallySean Whitton2021-04-08
* :SBCL connection: output stdout even when remote Lisp failedSean Whitton2021-04-08
* add LIVE-BUILD:INSTALLED and LIVE-BUILD:IMAGE-BUILTSean Whitton2021-04-08
* FILE:DIRECTORY-EXISTS: ensure can accept pathnamesSean Whitton2021-04-08
* add FILE:SYMLINKEDSean Whitton2021-04-07
* rename and use DELETE-REMOTE-TREE->DELETE-REMOTE-TREESSean Whitton2021-04-07
* fix use of REMOTE-EXISTS-PSean Whitton2021-04-06
* add MOUNT:UNMOUNTED-BELOW and MOUNT:UNMOUNTED-BELOW-AND-REMOVEDSean Whitton2021-04-06