summaryrefslogtreecommitdiff
path: root/vmdb
AgeCommit message (Expand)AuthorFilesLines
2024-04-22feat: be more helpful when --rootfs-tarball hasn't been setHEADmainLars Wirzenius1-1/+3
2024-03-23chore: prepare release 0.40vmdb2-0.40Lars Wirzenius1-2/+2
2024-03-23Pass correct install target to grub-install for grub-ieee1275Victor Westerhuis1-1/+11
2024-03-22cryptsetup_plugin uses logging; import itPeter Palfrader1-0/+1
2023-11-05fix: remove /etc/resolv.conf when the root file system is unmountedLars Wirzenius1-0/+4
2023-10-08stop using host reslov configurationMatej Kovac1-10/+0
2023-08-02chore: prepare for 0.28 releasevmdb2-0.28Lars Wirzenius1-2/+2
2023-07-14reference kpartx docsrtkapiper1-0/+2
2023-07-14lvscan_plugin: support for existing images with logical volumesrtkapiper2-0/+97
2023-07-14virtualfs_plugin: bind-mount build host's /dev to support rootfs in LVMrtkapiper1-9/+9
2023-07-14grub_plugin.py: mount /proc before calling get_image_loop_devicertkapiper1-1/+1
2023-07-14Add use-case to plugin documentationrtkapiper1-2/+9
2023-07-14Add support for images with existing partitions and filesystemsrtkapiper3-5/+44
2023-07-14grub_plugin virtualfs_plugin: only mount virtual filesystems oncertkapiper2-6/+12
2023-07-14kpartx_plugin: create new loop device if requiredrtkapiper1-1/+7
2023-07-14mount_plugin virtualfs_plugin: normalize mountpoint pathsrtkapiper2-4/+5
2023-07-14debootstrap_plugin: optionally install TLS Certificate Authority certsrtkapiper2-0/+25
2023-07-13cache_rootfs_plugin: allow forcing overwrite of existing rootfs tarballrtkapiper2-2/+13
2023-07-13Revert "mount_plugin virtualfs_plugin: normalize mountpoint paths"Lars Wirzenius2-5/+5
2023-07-13mount_plugin virtualfs_plugin: normalize mountpoint pathsrtkapiper2-5/+5
2023-07-13unpack_rootfs_plugin: handle `/etc/resolv.conf` symlink in chrootrtkapiper1-1/+6
2023-07-13fstab_plugin: sort fstab entries by mount pointrtkapiper1-0/+2
2023-07-13ansible_plugin.py: specify extra_vars inlinertkapiper1-14/+3
2023-07-11runcmd.py: show live subprocess output when verbosertkapiper1-7/+42
2023-07-01feat: make zerofree be quietLars Wirzenius1-2/+2
2023-05-31Bugfix /etc/default/grub could end up with remnant of previous contents.Tim Small1-0/+1
2023-05-27fix(cryptsetup): bugs introduced by merging with luks pluginLars Wirzenius1-15/+15
2023-05-12fix: don't set ext4 option in fstab, by defaultLars Wirzenius1-1/+1
2023-05-12fix(debootstrap): set state.arch from arch field only if emptyLars Wirzenius1-1/+1
2023-05-12feat: add more debugging to when state.arch is setLars Wirzenius3-8/+18
2023-05-06fix: --version optionLars Wirzenius1-5/+3
2023-05-06feat: use argon2id for LUKS key derivationLars Wirzenius1-0/+1
2023-05-05feat! combine luks and cryptsetup pluginsLars Wirzenius4-161/+127
2023-04-29fix: put back the "run even if skipped" feature, for debootstrapLars Wirzenius2-2/+11
2023-04-07chore: prepare release 0.27vmdb2-0.27Lars Wirzenius1-2/+2
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
2022-10-25chore: drop debootstrap plugin's run_even_if_skippedLars Wirzenius1-4/+0
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 Wirzenius4-137/+5
2022-05-12Fix for simple typoUli Heller1-1/+1
2022-04-20chore: release vmdb2 0.26vmdb2-0.26Lars Wirzenius1-2/+2
2022-04-16fix(ansible plugin): delete all temporary filesLars Wirzenius1-16/+22
2022-02-19chore: bump version number for releaseLars Wirzenius1-2/+2
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