summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-29output filenamesLars Wirzenius1-3/+3
2023-04-29install kernel package with debootstrap, apt is not neededLars Wirzenius1-0/+3
2023-04-29fix: put back the "run even if skipped" feature, for debootstrapLars Wirzenius4-117/+11
2023-04-29feat(check-one): --dump, --mklabelLars Wirzenius1-1/+10
2023-04-29feat(check-one): allow user to override debootstrap architectureLars Wirzenius1-0/+3
2023-04-29feat(check-one): allow user to override grub bios vs uefiLars Wirzenius1-3/+13
2023-04-29feat(check-one): allow user to override the debootstrap releaseLars Wirzenius1-1/+18
2023-04-29tests: add check-one helper scriptLars Wirzenius1-0/+72
2023-04-07chore: prepare release 0.27vmdb2-0.27Lars Wirzenius2-2/+28
2023-04-07Allow customisation of hard-coded grub Linux kernel params.Tim Small2-6/+7
2023-04-07Use set_grub_default() for all grub defaults edits.Tim Small1-25/+5
2023-04-07Don't duplicate GRUB_TIMEOUT= in /etc/default/grubTim Small1-3/+24
2023-04-07When initializing an ext4 filesystem, omit the large_dir and metadata_csum_se...Gunnar Wolf1-0/+11
2023-04-07fix: set locale to C.UTF8Lars Wirzenius1-1/+3
2023-04-07chore: remove trailing whitespace from linesLars Wirzenius1-2/+2
2022-10-25chore: drop debootstrap plugin's run_even_if_skippedLars Wirzenius1-4/+0
2022-10-17arm64-uefi.vmdb: update from Antonio Terceiro for debootrap fixLars Wirzenius1-6/+22
2022-10-17fix(debootstrap plugin): set architecture for later stagesAntonio Terceiro1-4/+6
2022-06-11feat! drop qemu-deboostrap plugin, run_even_if_skipped featureLars Wirzenius20-184/+29
2022-05-12Fix for simple typoUli Heller1-1/+1
2022-04-20chore: release vmdb2 0.26vmdb2-0.26Lars Wirzenius2-6/+13
2022-04-16fix(ansible plugin): delete all temporary filesLars Wirzenius1-16/+22
2022-04-16test: explicitly say all tests pass, if they doLars Wirzenius1-0/+2
2022-02-19chore: bump version number for releaseLars Wirzenius1-2/+2
2022-02-19docs: update NEWS for upcoming releasevmdb2-0.25Lars Wirzenius1-0/+60
2022-02-19debootstrap: allow user to say target need not be emptyLars Wirzenius1-1/+3
2022-02-16fix: how luksFormat is calledLars Wirzenius1-3/+11
2022-02-16feat: use luks2 and allow SSD discardsLars Wirzenius1-1/+2
2022-02-16test: drop commented-out use of lvm2.vmdbLars Wirzenius1-3/+0
2022-02-16style: reformat ./check-images scriptLars Wirzenius1-34/+22
2022-02-16fix: drop use of zerofree step in sample filesLars Wirzenius21-41/+0
2022-02-10test: add ./check-all script to run entire test suiteLars Wirzenius1-0/+10
2022-02-10test: rename check-all to check-imagesLars Wirzenius2-2/+2
2022-02-10fix: test suite after debootstrap-target-must-be-empty changeLars Wirzenius2-19/+21
2022-01-17remove the (now obsolete) zerofree pluginAndy Piper2-51/+0
2022-01-17mount_plugin: run zerofree by default on unmountAndy Piper2-1/+14
2022-01-16fix: if debootstrap target is exists, it must be an empty dirLars Wirzenius1-1/+6
2022-01-03fix typoSebastian Bachmann1-1/+1
2022-01-03Check loop device before trying to removeSebastian Bachmann1-0/+13
2022-01-02Fix part-naming and add timeout while waitingSebastian Bachmann1-4/+28
2022-01-01feat: cryptsetup stepLars Wirzenius8-11/+219
2021-11-23set_part_flag_plugin: fix copy pasta in docsAndy Piper1-2/+1
2021-11-22debootstrap_plugin: add `include` and `install_keyring` keysAndy Piper2-29/+55
2021-11-22debootstrap_plugin: don't always run apt-get updateAndy Piper2-7/+0
2021-11-22ansible_plugin.py: Extend ansible plugin parametersAndy Piper2-14/+57
2021-11-22app.py: Add `--variable` param for user-supplied jinja2 variablesAndy Piper1-1/+24
2021-11-22grub_plugin: add support for the root filesystem on a logical volume.Andy Piper1-11/+77
2021-11-22grub_plugin.py: run apt-get update before installing grubAndy Piper1-0/+1
2021-11-22Add set_part_flag_plugin.pyAndy Piper3-0/+90
2021-11-22Add copy_dir_plugin.pyAndy Piper3-0/+138