summaryrefslogtreecommitdiff
path: root/vmdb
AgeCommit message (Expand)AuthorFilesLines
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 Piper2-0/+89
2021-11-22Add copy_dir_plugin.pyAndy Piper2-0/+137
2021-11-22Add zerofree_plugin.pyAndy Piper2-0/+51
2021-11-22lvcreate_plugin: add ability to fill available spaceAndy Piper2-2/+6
2021-11-22Clean up mapped partitions in docker on macOSAndy Piper2-2/+17
2021-10-15grub_plugin.py: detect grub-install --no-extra-removableZygmunt Krynicki1-1/+2
2021-09-30grub_plugin.py: set grub option systemd.show_status only onceFlorian La Roche1-2/+6
2021-08-22chore: update version number in Pythonvmdb2-0.24Lars Wirzenius1-2/+2
2021-08-06fix typoSebastian Bachmann1-1/+1
2021-07-17fix: strip spaces and newlines from host architectureLars Wirzenius1-1/+5
2021-07-17fix: make lvcreate not ask questionsLars Wirzenius1-1/+1
2021-07-17fix: disable realpath'ing the output device in mkpartLars Wirzenius1-2/+6
2021-07-12Merge branch 'AaronDewes/vmdb2-merge-qemu-debootstrap-into-debootstrap'Lars Wirzenius3-2/+31
2021-07-12fix: get config key "arch" for arch instead of "keyring"Lars Wirzenius1-1/+1
2021-06-29Fix logic of the apt plugin's 'recommends' optionAndres Salomon1-1/+1
2021-06-24Merge qemu-debootstrap into debootstrapAaron Dewes3-2/+31
2021-03-17Add an option to apt allowing users to set --no-install-recommendsGunnar Wolf2-5/+14
2021-02-06Add support for mkfs optionsMatthias Klein2-1/+10
2021-01-16chore: bump version number post-releaseLars Wirzenius1-2/+2
2021-01-16chore: update versionvmdb2-0.22Lars Wirzenius1-2/+2
2021-01-16feat: Set the ESP flag when using UEFIRyutaroh Matsumoto1-0/+2
2021-01-16fix: PowerPC-specific serial console settingsRyutaroh Matsumoto1-1/+5
2021-01-16feat: Add support for IEEE1275 bootingChristian Kastner2-5/+36
2021-01-16fix: ARM-specific serial console settingsRyutaroh Matsumoto1-3/+9
2021-01-15Allow - (negative) sign as start or end to mkpartRyutaroh Matsumoto1-1/+1
2021-01-11feat: Add support for more architectures (UEFI)Christian Kastner1-0/+2
2020-12-18chore: bump version number post-releaseLars Wirzenius1-2/+2
2020-12-18chore: bump version number to 0.21vmdb2-0.21Lars Wirzenius1-2/+2
2020-12-15fix: typo in resize_rootfs doc titleLars Wirzenius1-1/+1
2020-12-13fix: typo in log message ("Finishd")Lars Wirzenius1-1/+1
2020-11-02feat(grub): add support for multiple architecturesDavid Edmondson2-10/+21
2020-10-29feat(qemudebootstrap): Update the target architectureDavid Edmondson1-0/+5
2020-10-29feat(state): Add a state variable indicating the target architectureDavid Edmondson1-0/+1
2020-10-18chore: update version number for post-0.20 development cycleLars Wirzenius1-2/+2
2020-10-18release: prepare 0.20vmdb2-0.20Lars Wirzenius1-2/+2
2020-10-07feat: add new plugin to resize rootfs upon bootLars Wirzenius2-0/+140
2020-09-24refactor: rewrite app.py to not use cliapp.ApplicationLars Wirzenius4-38/+130
2020-09-16build: update version numbers post-releaseLars Wirzenius1-2/+2
2020-09-16release: bump version number to 0.19vmdb2-0.19Lars Wirzenius1-2/+2
2020-09-05fix(runcmd.py): creation of CalledProcessException object was buggyLars Wirzenius2-2/+13
2020-09-05fix(runcmd.py): name of exception classLars Wirzenius1-1/+1
2020-09-05refactor(vmdb/app.py): make code to create&enable plugins clearerLars Wirzenius1-1/+2
2020-09-05fix(apt_plugin): add missing Plugin classLars Wirzenius1-0/+5
2020-09-05fix(ansible_plugin): add missing Plugin classLars Wirzenius1-0/+5