summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-06-03Prepare to release version 0.4vmdb2-0.4Lars Wirzenius3-5/+5
2017-06-03Add: Ansible pluginLars Wirzenius5-2/+67
2017-06-03Rename small.vmdb to uefi.vmdbLars Wirzenius1-0/+3
2017-06-03Add comment to pc.vmdbLars Wirzenius1-1/+3
2017-06-03Add a smoke test for vmdb2-built imagesLars Wirzenius2-0/+102
This is for a fixed image, and more may be added later.
2017-05-29Enable serial console for grub installsLars Wirzenius2-0/+22
2017-05-28Set root password, username in pc.vmdbLars Wirzenius1-0/+5
This is now done by raw shell code. Might want to add a "step" separtely, but that needs design work.
2017-05-21Bump version number post-release to 0.3+gitLars Wirzenius3-2/+12
2017-05-21Prepare to release version 0.3vmdb2-0.3Lars Wirzenius3-5/+5
2017-05-21Refactor: Use vmdb.runcmd instead of cliapp.runcmdLars Wirzenius1-2/+2
This give use more systematic logging and progress reporting of all commands we run.
2017-05-21Add: Update NEWS about progress reporting, BIOS GRUBLars Wirzenius1-2/+4
2017-05-21Refactor: Make UEFI and BIOS flavor use common codeLars Wirzenius1-42/+16
2017-05-21Add: BIOS installing flavor for GRUB pluginLars Wirzenius1-6/+59
This need some refactoring, due to code duplication.
2017-05-21Add: a vmdb spec file for BIOS-booting PCsLars Wirzenius1-0/+37
2017-05-21Fix: make --verbose output to stdoutLars Wirzenius4-29/+14
Drop ttystatus for progress reporting.
2017-05-21Make progress reporting prettier, and not be errors anymoreLars Wirzenius13-25/+28
2017-05-21Force locale to C when running commandsLars Wirzenius1-0/+4
2017-05-21Cleanup: Remove empty line from EOFLars Wirzenius1-1/+0
2017-05-14Bump version number post-release to 0.2+gitLars Wirzenius3-2/+12
2017-05-14Prepare to release version 0.2vmdb2-0.2Lars Wirzenius3-5/+5
2017-05-14Add a rootfs caching pluginLars Wirzenius7-0/+114
Also, add a generic "unless" field for steps.
2017-05-14Add missing device: to small.yamlLars Wirzenius1-0/+1
2017-05-13Bump version number post-release to 0.1+gitLars Wirzenius3-2/+12
2017-05-13Prepare to release version 0.1vmdb2-0.1Lars Wirzenius3-5/+5
2017-05-13Add NEWSLars Wirzenius1-0/+8
2017-05-13Add grub UEFI pluginLars Wirzenius4-2/+252
small.vmdb builds an image that boots on a UEFI system. I have used it for testing.
2017-05-13Fix typo in progress message in main programLars Wirzenius1-1/+1
2017-04-14Add apt_plugin to without-testsLars Wirzenius1-0/+1
2017-04-14Oops, drop the only use of YarnHelperLars Wirzenius1-4/+0
2017-04-14Drop YarnHelper entirelyLars Wirzenius2-109/+0
It wasn't being used anymore.
2017-04-14User yarnutils's persistent variables, drop YarnHelper'sLars Wirzenius4-64/+10
2017-04-14Use yarnutils's asserts, drop YarnHelper's assertsLars Wirzenius3-47/+4
2017-04-14Add srcdir, datadir variables globallyLars Wirzenius2-1/+3
2017-04-14Drop YarnHelper.get_next_match and related codeLars Wirzenius2-46/+0
2017-04-14Use get_next_match from yarnutilsLars Wirzenius1-7/+7
2017-04-14Start using yarnutilsLars Wirzenius1-0/+1
2017-04-02Drop kernel plugin now we have aptLars Wirzenius2-50/+1
2017-04-02Add an apt step runnerLars Wirzenius2-1/+49
2017-04-01Add kpartx dependencyLars Wirzenius1-2/+2
2017-04-01Add missing dependenciesLars Wirzenius1-2/+5
2017-04-01Produce progress report even without ttyLars Wirzenius3-5/+8
Without this, ./check would fail, because no output was being produced. Now with -v stdout gets written even if ttystatus is of the opinion there's nothing to do because tty isn't there.
2017-04-01Remove echo commands added for deguggingLars Wirzenius2-2/+2
2017-04-01Improve progress reportingLars Wirzenius12-38/+72
2017-04-01Add vmdb.runcmd function, make everything use thatLars Wirzenius10-14/+61
This gives us a since place where commands are run, good for logging and progress updating and such.
2017-03-29Update READMELars Wirzenius1-12/+77
2017-03-29Add a simple vmdb2 input file, as an exampleLars Wirzenius1-0/+30
2017-03-29Add shell stepLars Wirzenius1-1/+22
2017-03-29Check early that we have runners for all stepsLars Wirzenius1-0/+4
2017-03-29Rename step_spec to just step, for clarityLars Wirzenius9-46/+45
2017-03-29Run all teardowns even if one failsLars Wirzenius1-16/+20