aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* release Consfigurator 1.2.0 (-1 to Debian unstable)v1.2.0debian/1.2.0-1archive/debian/1.2.0-1Sean Whitton2022-11-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* news.rst: additional entries for v1.2.0Sean Whitton2022-11-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* CHROOT::%DEBOOTSTRAPPED: use EMPTY-REMOTE-DIRECTORY when recoveringSean Whitton2022-11-29
| | | | | | | If the root is a mount point, then when recovering from a failed debootstrap we need to remove its contents but not the root itself. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FILE:DOES-NOT-EXIST: fix :CHECK subroutineSean Whitton2022-11-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add REMOTE-EXISTS-{EVERY,SOME}-P, fix docstring grammarSean Whitton2022-11-29
| | | | | | Thanks to David Bremner for suggesting the names of the new functions. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FILE:SYMLINKED: delete existing links that point elsewhereSean Whitton2022-11-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FILE:HAS-OWNERSHIP: avoid chown'ing when no ownership change neededSean Whitton2022-11-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APT properties: cache packages installed or removed this deploymentSean Whitton2022-11-29
| | | | | | Thanks to David Bremner for discussion and testing. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* doc/introduction.rst: correct typoRussell Sim2022-09-22
| | | | | | Fix a minor typo preventing the block from being loaded. Signed-off-by: Russell Sim <russell.sim@gmail.com>
* release Consfigurator 1.1.1 (-1 to Debian unstable)v1.1.1debian/1.1.1-1archive/debian/1.1.1-1Sean Whitton2022-09-18
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* news.rst: entries for 1.1.1 releaseSean Whitton2022-09-18
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* PROPAPPLY: error if neither :APPLY nor :HOSTATTRS subroutinesSean Whitton2022-08-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* use WITH-CHANGES-DPKG-STATUS in preference to {ALL,NONE}-INSTALLED-PSean Whitton2022-08-25
| | | | | | | | This fixes at least one bug: previously APT:INSTALLED and APT:INSTALLED-MINIMALLY would report that a change was made whenever the list of packages passed to them contained the name of a virtual package. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APT:{ALL,NONE}-INSTALLED-P: add docstringsSean Whitton2022-08-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APT:PROXY: make unapplicableSean Whitton2022-08-20
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FILE:SYMLINKED: document that the link target is literalSean Whitton2022-08-06
| | | | | Reported-by: Andreas Reuleaux <rx@a-rx.info> Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* :AS: fix name of keyword argument to :SU, :USER -> :TOSean Whitton2022-08-05
| | | | | Reported-by: Andreas Reuleaux <rx@a-rx.info> Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add FILE:CONTAINS-CONF-UNSPACEDSean Whitton2022-08-04
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release Consfigurator 1.1.0 (-1 to Debian unstable)v1.1.0debian/1.1.0-1archive/debian/1.1.0-1Sean Whitton2022-08-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* news.rst: additional entries for v1.1.0Sean Whitton2022-08-02
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* GRUB:GRUB-INSTALLED: fix --no-nvram logicSean Whitton2022-08-01
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rebuild the initramfs after populating the crypttabSean Whitton2022-07-30
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* disk.lisp: update copyright yearsSean Whitton2022-07-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* replace DISK:HOST-VOLUMES-CREATED, update & improve tutorialSean Whitton2022-07-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* DISK:WITH-OPENED-VOLUMES: include already open volumes in connattrsSean Whitton2022-07-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* INSTALLER:CHROOT-INSTALLED-TO-VOLUMES-FOR: add LEAVE-OPEN parameterSean Whitton2022-07-23
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* DISK:WITH-OPENED-VOLUMES: add support for leaving the volumes openSean Whitton2022-07-23
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* factor out DISK::HOST-VOLUMES-JUST-ONE-PHYSICAL-DISKSean Whitton2022-07-23
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add support for passing arbitrary options to cryptsetup luksFormatSean Whitton2022-07-23
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* Revert "add support for passing --cipher to cryptsetup luksFormat"Sean Whitton2022-07-23
| | | | | | This reverts commit 5e7547f8b732c5c3e7b222e61600d79c123774d4. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add support for passing --cipher to cryptsetup luksFormatSean Whitton2022-07-22
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* DATA.FILES-TREE: say that there is no encoding of special charactersSean Whitton2022-07-21
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* DATA.FILES-TREE: be slightly more explicit about path concatenationSean Whitton2022-07-21
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* release Consfigurator 1.0.3 (-1 to Debian unstable)v1.0.3debian/1.0.3-1archive/debian/1.0.3-1Sean Whitton2022-06-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* news.rst: add entries for recent changesSean Whitton2022-06-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* FILE:CONTAINS-INI-SETTINGS: fix inserting section's remaining keysSean Whitton2022-06-27
| | | | | | | | | | | When we insert the section's remaining keys they should appear before any blank lines, comments etc. that appear between sections. This undoes a change in generated output inadvertently introduced by 1a19be7ea65fbfa0b192b2bf18a735f230f16675, and also simplifies the code by eliminating redundant regexp matching: that's the job of CONFIG-FILE-MAP. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* MULTIPLE-VALUE-MAPCAN: don't return spurious 2nd value & some testsSean Whitton2022-06-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APPLY-AND-PRINT: add some commentarySean Whitton2022-06-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* APT:PINNED: fix quotation in exampleSean Whitton2022-06-27
| | | | | Reported-by: David Bremner <david@tethera.net> Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* REBOOT:AT-END: add fallback schedulingSean Whitton2022-06-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* ESEQPROPS-UNTIL: lift restriction on class of the conditionSean Whitton2022-06-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* convert some internal shell snippets to single linesSean Whitton2022-06-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add INSTALLER:WITH-CLEANLY-INSTALLED-ONCESean Whitton2022-06-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* MULTIPLE-VALUE-MAPCAN: rework for less list traversal in many casesSean Whitton2022-06-27
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* 'SETNS POST-FORK: use MAPL, hopefully in favour of readabilitySean Whitton2022-06-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* DISK:OPEN-VOLUME-AND-CONTENTS: avoid using a special variableSean Whitton2022-06-25
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* 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>
* tutorial/disk_image.rst: set a root passwordSean Whitton2022-06-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* tutorial/disk_image.rst: fix a pathname literalSean Whitton2022-06-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* user.lisp: update copyright yearsSean Whitton2022-06-24
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>