summaryrefslogtreecommitdiff
path: root/vmdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-11Add: rename to virtual-filesystems, make use of it, fix bugsLars Wirzenius3-25/+33
2020-04-10Refactor: move get_required_keys into StepRunnerListLars Wirzenius1-8/+8
2020-04-08Fix: runcmd_chroot to always unmount /procLars Wirzenius1-3/+3
2020-04-05Change: set version number for release 0.14.1vmdb2-0.14.1Lars Wirzenius1-2/+2
2020-04-05Fix: name of field in key spec, for qemu-debootstrapLars Wirzenius1-2/+2
2020-04-05Fix: drop unnecessary get_required_keys methodsLars Wirzenius3-8/+5
2020-03-31Fix: name of shell plugin source fileLars Wirzenius1-0/+0
2020-03-21Change: version number for releasevmdb2-0.14Lars Wirzenius1-2/+2
2020-03-21Change: make step runners check the values for the step at initLars Wirzenius28-215/+443
2020-03-21Change: check manual has steps in alphabetical orderLars Wirzenius26-315/+502
2020-03-21Change: don't use literals for step names in docsLars Wirzenius14-19/+19
2020-03-21Change: always mount /proc in chrootLars Wirzenius2-4/+33
2020-03-21Merge branch 'debootstrap-step-doc-fix' into 'master'Lars Wirzenius1-1/+1
2020-03-02The "mirror" key is required, fix docs.Tim Small1-1/+1
2020-02-15Fix: debootstrap step documentationLars Wirzenius1-2/+5
2020-01-24Add: Allow spec to be passed in via stdinvoney2-5/+9
2019-12-26Change: use get_builder_from_target_mount_point in files pluginLars Wirzenius1-3/+3
2019-12-26Add: Tags.get_builder_from_target_mount_pointLars Wirzenius3-5/+44
2019-12-26Refactor: rename get_mount_point to set_builder_mount_pointLars Wirzenius14-25/+25
2019-12-26Refactor: rename tags mount point to builder mount pointLars Wirzenius3-14/+14
2019-12-26Fix: handle mode/owner/group as integers in files pluginLars Wirzenius1-48/+9
2019-12-26Change: support integer values in spec filesLars Wirzenius2-0/+4
2019-12-25Change: set Ansible var rootfs_tarball to --rootfs-tarball valueLars Wirzenius1-1/+14
2019-12-17Refactor: break long lines into shorterLars Wirzenius2-3/+9
2019-12-17Change: Better debootstrap keyring docsDaniel Vonthethoff2-3/+3
2019-12-17Removed additional apt-get updateDaniel Vonthethoff1-1/+0
2019-12-17Added keyring functionality to debootstrapDaniel Vonthethoff4-8/+30
2019-12-16Add: repr of exceptions, as a stop gap to improve error messagesLars Wirzenius1-0/+2
2019-12-16Fix: do not add filesystems that aren't mounted to fstabLars Wirzenius1-14/+15
2019-12-16Refactor: reformat to fit within 80 columnsLars Wirzenius1-2/+5
2019-12-15Add: step to create /etc/fstabAntonio Terceiro2-0/+73