summaryrefslogtreecommitdiff
path: root/yarns/900-implements.yarn
AgeCommit message (Collapse)AuthorFilesLines
2016-07-31Update and expand the build testsNeil Williams1-0/+22
Still issues to fix with some of the scenarios
2016-07-17Handle conversion to qcow2 after umountingNeil Williams1-0/+7
Add unit test support for checking the file format.
2016-03-14Add support for user-specific bootflagsvmdebootstrap-1.5Neil Williams1-0/+5
(Only for the first partition).
2016-03-13Fix issue with fstab entry for boot partitionNeil Williams1-1/+1
- When bootsize and boottype are passed, the fstab entry for boot partition is getting written with fstype as 'None' leading to boot failures. Fix this. - Also don't fail boot flag check if partition flag information comes out from parted as 'boot, lba' instead of 'boot' Sunil Mohan Adapa <sunil@medhas.org> Bug: #815255
2016-01-17Add checks for cmdtest and bc as the errors are otherwise confusing.Neil Williams1-0/+3
2016-01-12Use httpredir.debian.orgNeil Williams1-1/+1
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000391.html
2015-12-19Ensure no-kernel works.Neil Williams1-1/+10
Closes: #808358 Add package inclusion functions to the fast tests and dry-run output.
2015-11-07Add docs on the yarn tests and more build testsNeil Williams1-2/+7
2015-11-06Allow arm64 without UEFI only if squash is setNeil Williams1-0/+3
UEFI files do not go inside the squashfs, configured separately later.
2015-11-06Implement the first fast option checking testLars Wirzenius1-3/+26
2015-11-06Add yarn tests vmdebootstrapLars Wirzenius1-0/+89