summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-14Add support for user-specific bootflagsvmdebootstrap-1.5Neil Williams5-0/+34
(Only for the first partition).
2016-03-13Update shebang in example scriptNeil Williams1-1/+1
2016-03-13Prepare for 1.5Neil Williams8-9/+11
2016-03-13Fail if the size is too small for a bootstrapNeil Williams2-4/+8
Catch typos in the size option which would cause images which are much too small for a bootstrap to be created. Bug: #811464
2016-03-13Fix issue with fstab entry for boot partitionNeil Williams3-1/+14
- 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-03-13Create boot partition with proper fs typeNeil Williams1-1/+5
- All Linux filesystems should take the type 'Linux' for which the argument to parted is 'ext2'. - vfat and msdos file systems should have 'fat16' or 'fat32' type. Choose 'fat16' which is the earlier default. Sunil Mohan Adapa <sunil@medhas.org> Bug: #815256
2016-03-13update size documentationNeil Williams1-0/+2
2016-01-23handle extlinux being true by default with a test casevmdebootstrap-1.4Neil Williams2-1/+15
2016-01-23Fail if extlinux requested with btrfsNeil Williams2-2/+6
2016-01-23Support btrfs filesystemNeil Williams2-2/+24
Sunil Mohan Adapa <sunil@medhas.org> - Do not pass errors=remount-ro mount flag for btrfs filesystems. Btrfs has this behavior by default and does not support the flag. - Add test scenario for btrfs. Check filesystem type and fstab entry. - Expand ext4 test to check for expected fstab entry. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741223
2016-01-23Add sparse to the docsNeil Williams1-0/+1
2016-01-23add a message when filling with zeroes which can take some time with large ↵Neil Williams1-1/+4
images
2016-01-17Add checks for cmdtest and bc as the errors are otherwise confusing.Neil Williams2-0/+19
2016-01-17runtime python3 changesNeil Williams2-4/+4
2016-01-15initial 2to3 compat changesNeil Williams4-8/+8
2016-01-12Refer to size units consistentlyNeil Williams3-11/+11
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000396.html
2016-01-12Use httpredir.debian.orgNeil Williams6-7/+7
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000391.html
2016-01-12Misc copyediting of documentationNeil Williams1-10/+10
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000394.html
2016-01-12Format command line options correctlyNeil Williams1-6/+6
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000392.html
2016-01-12Fix file path in documentationNeil Williams1-1/+1
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000393.html
2016-01-12Fix some typosNeil Williams1-3/+3
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000395.html
2016-01-12Fix rst syntaxNeil Williams1-5/+5
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000390.html
2016-01-04Expand to allow operation on a rootfs directory.Neil Williams1-17/+42
2016-01-04Add a squashfs script to use a standard tarball.Neil Williams3-2/+94
2015-12-31prepare for 1.4Neil Williams1-1/+1
2015-12-31update help text for networkd changeNeil Williams1-1/+1
2015-12-31update licence of new moduleNeil Williams1-14/+11
2015-12-31add notes on networkdNeil Williams1-1/+34
2015-12-31809457 - add kernel arch for ppc64el arch.Neil Williams1-0/+2
2015-12-31trailing space and pylint disablingNeil Williams1-2/+5
2015-12-31Fixup pylint issuesNeil Williams3-9/+10
2015-12-31Add support for systemd-networkdNeil Williams5-46/+138
When masking udev/systemd predictable network interface names, the initramfs must be updated or the mask will not be effective. Add support for systemd-networkd using predictable network interface names - can be extended using customisation scripts.
2015-12-20only generate include list once.vmdebootstrap-1.3Neil Williams1-2/+1
2015-12-20prepare for 1.3 releaseNeil Williams1-1/+1
2015-12-20add tests for combining image, tarball and squashNeil Williams3-1/+32
2015-12-20remove note on qcow2, now completedNeil Williams1-2/+0
2015-12-20Add support for converting final image to qcow2Neil Williams3-0/+17
2015-12-20Check root privileges before starting ops.Neil Williams1-1/+1
2015-12-20update for latest changesNeil Williams1-0/+3
2015-12-20Allow to skip the call to update-initramfsNeil Williams2-132/+69
2015-12-20apt-mirror requires configure-aptNeil Williams2-0/+10
2015-12-19need better qcow support.Neil Williams1-0/+3
2015-12-19Ensure no-kernel works.Neil Williams4-4/+53
Closes: #808358 Add package inclusion functions to the fast tests and dry-run output.
2015-11-30Detect if running inside docker and fix grub uuidNeil Williams1-1/+29
Patch from Fathi Boudra <fathi.boudra@linaro.org>
2015-11-11only output message when serial-console requestedvmdebootstrap-1.2Neil Williams1-1/+1
2015-11-11prepare 1.2 releaseNeil Williams3-6/+6
2015-11-11create the full squashfs output dirNeil Williams1-1/+1
2015-11-11fix kernel-package optionNeil Williams1-2/+4
2015-11-07Undo the update-initramfs change, not appropriate.Neil Williams1-7/+6
2015-11-07Add docs on the yarn tests and more build testsNeil Williams4-18/+115