summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-29Prepare to release version 0.8vmdb2-0.8Lars Wirzenius3-5/+5
2017-07-29Drop: chapter on .vmdb filesLars Wirzenius1-6/+0
The quickstart chapter has one already
2017-07-29Add: chapter on configuration filesLars Wirzenius1-0/+23
2017-07-29Add: update NEWS about mount step changeLars Wirzenius1-0/+5
2017-07-29Add: mount can set mount points in mounted filesystemsLars Wirzenius1-1/+18
2017-07-29Add: some more text to the manualLars Wirzenius1-6/+155
2017-07-29Fix: deps for English PDFLars Wirzenius1-1/+1
2017-07-29Add: outline for a vmdb2 manualLars Wirzenius5-0/+174
2017-07-23Fix grub plugin documentation and examplesRiccardo Scartozzi risca3-6/+3
2017-07-16Add: suggest GitHub for pull requestsLars Wirzenius1-0/+2
2017-07-16Fix: update README to be currentLars Wirzenius1-4/+17
vmdb2 can in fact now install a boot loader. Add URLs to git repositories.
2017-07-16Add: Emacs file varibable to indicate README is in MarkdownLars Wirzenius1-1/+1
2017-06-18Bump version number post-release to 0.7+gitLars Wirzenius3-2/+12
2017-06-18Prepare to release version 0.7vmdb2-0.7Lars Wirzenius3-5/+5
2017-06-18Update NEWSLars Wirzenius1-0/+5
2017-06-18Fix: tar up only the one filesystem, not virtualsLars Wirzenius1-1/+2
2017-06-18Fix: move virtual fs mounting to its own stepLars Wirzenius3-34/+77
Can't mount them until after debootstrap is finished or things break.
2017-06-18Add: Run apt under eatmydata, for speedLars Wirzenius1-7/+12
2017-06-18Add: Run pylint in check; fix problems it findsLars Wirzenius16-57/+64
2017-06-17Add: mount plugin will mount virtual filesystemsLars Wirzenius1-1/+45
2017-06-16Add: some hardcoded kernel paramsLars Wirzenius1-0/+3
2017-06-16Fix: make apt installs be non-interactiveLars Wirzenius1-1/+7
This means that if a package's maintainer scripts want to ask questions of the non-existent user, they won't and the install will continue instead.
2017-06-16Add: vmdb/plugins/__init__.py to without-testsLars Wirzenius1-0/+1
2017-06-11Bump version number post-release to 0.6+gitLars Wirzenius3-2/+12
2017-06-11Prepare to release version 0.6vmdb2-0.6Lars Wirzenius3-5/+5
2017-06-11Update NEWSLars Wirzenius1-0/+2
2017-06-11Fix: install plugins in setup.pyLars Wirzenius2-1/+3
2017-06-04Bump version number post-release to 0.5+gitLars Wirzenius3-2/+12
2017-06-04Prepare to release version 0.5vmdb2-0.5Lars Wirzenius3-5/+5
2017-06-04Update NEWSLars Wirzenius1-0/+5
2017-06-04Fix: actually implement "unless:" in .vmdb filesLars Wirzenius3-8/+5
The main program now implements the "unless:" check by calling the skip() method, as previously implemented. The apt and chroot plugins no longer check for rootfs tarball having been unpacked. Yay test suites which found this, after I changed the plugins, because *obviously* that code was no longer needed.
2017-06-04Fix: write vmdb.log to data dir; fix markupLars Wirzenius1-1/+3
2017-06-04Add: smoke.sh to run smoke test yarnLars Wirzenius1-0/+8
2017-06-04Add ansible pluginLars Wirzenius2-0/+66
2017-06-04Add: ansible.ymlLars Wirzenius1-0/+7
2017-06-03Bump version number post-release to 0.4+gitLars Wirzenius3-2/+12
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