summaryrefslogtreecommitdiff
path: root/vmdebootstrap/filesystem.py
AgeCommit message (Collapse)AuthorFilesLines
2016-07-31Update and expand the build testsNeil Williams1-1/+1
Still issues to fix with some of the scenarios
2016-07-31improve error handling and cleanupNeil Williams1-1/+1
2016-07-31Exclude metadata_csum when mounting jessie imagesNeil Williams1-2/+5
2016-03-13Prepare for 1.5Neil Williams1-1/+1
2016-03-13Fix issue with fstab entry for boot partitionNeil Williams1-0/+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-23Support btrfs filesystemNeil Williams1-2/+13
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-17runtime python3 changesNeil Williams1-3/+3
2016-01-04Add a squashfs script to use a standard tarball.Neil Williams1-2/+2
2015-12-31Fixup pylint issuesNeil Williams1-2/+2
2015-12-31Add support for systemd-networkdNeil Williams1-2/+6
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-20add tests for combining image, tarball and squashNeil Williams1-1/+1
2015-12-20Add support for converting final image to qcow2Neil Williams1-0/+14
2015-12-20Allow to skip the call to update-initramfsNeil Williams1-0/+2
2015-11-11create the full squashfs output dirNeil Williams1-1/+1
2015-11-07Undo the update-initramfs change, not appropriate.Neil Williams1-7/+6
2015-11-06Support alternative initramfs implementationsNeil Williams1-6/+7
Debian bug #801214
2015-11-05Exclude dev, proc, sys and run from mksquashfsNeil Williams1-1/+10
2015-11-05Move copy_file functionality into base.Neil Williams1-9/+7
2015-11-04Change squashfs behaviour to a tree, not the image.Neil Williams1-46/+23
2015-08-31Add examples for UEFI hook.Neil Williams1-0/+5
Document task package usage in the README
2015-08-16use a constants handlerNeil Williams1-1/+31
Add support for using squashfs as an alternative to creating a tarball of a directory tree.
2015-08-16fixupsNeil Williams1-8/+9
2015-08-16add setuptools supportNeil Williams1-1/+232
2015-08-16move handlers into a module directoryNeil Williams1-0/+31