summaryrefslogtreecommitdiff
path: root/vmdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-05refactor(plugins): replace cliapp's plugin infra with a custom oneLars Wirzenius30-94/+146
2020-08-20refactor(virtualfs_plugin.py): drop exception that never happensLars Wirzenius1-2/+0
2020-08-20fix(runcmd.py): use subprocess, fix syntax errorLars Wirzenius1-4/+2
2020-08-20refactor(step_list.py): use Exception as base case, not cliappLars Wirzenius1-4/+1
2020-08-20refactor(unmount.py): use subprocess instead of cliapp.runcmdLars Wirzenius1-7/+4
2020-08-20refactor: format all Python modules with blackLars Wirzenius36-728/+522
2020-08-13bump version number for development after releaseLars Wirzenius1-2/+2
2020-08-13release: 0.18vmdb2-0.18Lars Wirzenius1-2/+2
2020-07-13build: bump version number for post-release changesLars Wirzenius1-2/+2
2020-07-13release: 0.17vmdb2-0.17Lars Wirzenius1-2/+2
2020-07-13Use batch mode of cryptsetupBirger Schacht1-1/+1
2020-06-06build: add +git suffix to version number until next releaseLars Wirzenius1-2/+2
2020-06-06release: 0.16vmdb2-0.16Lars Wirzenius1-2/+2
2020-05-25Use canonical device name (e.g. for /dev/disk/by-path/ etc.).Tim Small1-0/+1
2020-05-25feat(grub): add timeout settingLars Wirzenius2-0/+10
2020-05-25feat(grub): add optional quiet setting to grub stepLars Wirzenius2-88/+97
2020-05-09Change: flush progress output after every writeLars Wirzenius1-0/+2
2020-05-05Change: version number for release 0.15vmdb2-0.15Lars Wirzenius1-2/+2
2020-04-19Fix: unit testst for specs so they passLars Wirzenius1-2/+2
2020-04-19Merge branch 'spec-from-stdin' into 'master'Lars Wirzenius2-5/+9
2020-04-19Fix: check for file existingLars Wirzenius1-1/+1
2020-04-15Fix: key for grub step for specifying the image deviceLars Wirzenius1-1/+1
2020-04-12Change: use subprocess directly, not via cliapp.runcmdLars Wirzenius1-4/+10
2020-04-12Fix: wait for /dev entry for new real partition to exist in mkpartLars Wirzenius1-3/+43
2020-04-11Change: print "All is fine" at the very endLars Wirzenius1-2/+3
2020-04-11Change: ignore umount failuresLars Wirzenius1-1/+10