summaryrefslogtreecommitdiff
path: root/vmdb
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-15Change: mount plugin to record target mount pointAntonio Terceiro1-0/+2
2019-12-15Add: target mount point attribute to tagsAntonio Terceiro3-1/+31
2019-12-15Change: make mkfs record the filesystem typeAntonio Terceiro1-0/+2
2019-12-15Add: a fstype attribute for tagsAntonio Terceiro3-1/+31
2019-12-15Change: fix typos in tags_testsAntonio Terceiro1-1/+1
2019-12-15Change: remove misplaced commentAntonio Terceiro1-6/+0
2019-12-15Change: add copy-file stepLars Wirzenius3-1/+81
2019-12-15Change: chroot/shell/luks steps: run sh with -eLars Wirzenius2-3/+3
2019-12-15Change: clarify in --help that --image is for existing files/devicesLars Wirzenius1-1/+1
2019-12-15Change: use buster instead of stretch in all examplesLars Wirzenius2-2/+2
2019-12-08Change: if there's an error, always write to stderrLars Wirzenius1-2/+1
2019-12-07Add: IsEmptyString error classLars Wirzenius3-0/+13
2019-12-07Add: vmdb.NotString error classLars Wirzenius4-17/+29
2019-12-07Fix: exclude method not used in unit tests from test coverageLars Wirzenius1-1/+1
2019-12-07Change: improve logging of mkfs step parameter mistakesLars Wirzenius3-1/+23
2019-11-02Some more typos and clarifications in the documentationGunnar Wolf2-3/+3
2019-10-18Added a create_file pluginGunnar Wolf2-0/+124
2019-02-13Change: add pylint3 back to check, fix issues it findsLars Wirzenius7-10/+6
2019-02-13Change: always run apt-get update, even when using cached tarballLars Wirzenius1-0/+5
2019-02-13Fix: handle missing 'cached' tag (assume set to False)Lars Wirzenius1-1/+1
2019-01-02Change: cache all explicitly mounted filesystems, not just /Lars Wirzenius2-2/+26
2019-01-01Add: mark mount points as (not) cached in tags tableLars Wirzenius2-1/+18
2019-01-01Fix: name of unit test to be clearerLars Wirzenius1-1/+1
2018-12-27Change: allow old fields for apt, mkpart stepsLars Wirzenius2-3/+3
2018-12-26Drop: forced running of 'apt-get update' in grub stepLars Wirzenius1-6/+0
2018-12-26Add: allow steps to run someting even if they're skippedLars Wirzenius3-2/+20
2018-12-26Fix: run 'apt-get update' before installing grubLars Wirzenius1-0/+6
2018-09-03TEMP: disable grub unmounting at endLars Wirzenius1-1/+1
2018-09-03Fix: name of exceptionLars Wirzenius1-1/+1
2018-09-02Fix: force harderLars Wirzenius1-1/+1
2018-09-02Change: pvcreate --forceLars Wirzenius1-1/+1
2018-09-02Fix: add missing variableLars Wirzenius1-0/+1
2018-09-02Change: close VG in teardownLars Wirzenius1-7/+1
2018-09-02Change: don't vgremove and pvremove when cleaning upLars Wirzenius2-5/+12
2018-08-31Add support for f2fs labelsChristian Schlüter1-0/+2
2018-08-30Add: some documentationLars Wirzenius13-0/+403
2018-08-29Add: lvm2, luks pluginsLars Wirzenius3-0/+173
2018-08-29Fix: copy /etc/resolv.conf into the chroot when unpacking rootfsLars Wirzenius1-0/+5
2018-08-19Fix: call to progressLars Wirzenius1-1/+1
2018-08-19Fix: bugs, plus put back compatibiliy with old tag field namesLars Wirzenius8-18/+22
2018-08-19Add: kpartx step to avoid running kpartx many timesLars Wirzenius1-18/+24