summaryrefslogtreecommitdiff
path: root/vmdebootstrap
AgeCommit message (Collapse)AuthorFilesLines
2018-04-27Bump version number post-release to 1.11+gitHEADmasterLars Wirzenius1-2/+2
2018-04-27Prepare to release version 1.11vmdebootstrap-1.11Lars Wirzenius1-2/+2
2018-04-27Bump version number post-release to 1.10+gitLars Wirzenius1-2/+2
2018-04-27Prepare to release version 1.10vmdebootstrap-1.10Lars Wirzenius1-2/+2
2018-02-24Bump version number post-release to 1.9+gitLars Wirzenius1-2/+2
2018-02-24Prepare to release version 1.9vmdebootstrap-1.9Lars Wirzenius1-2/+2
2017-09-17Bump version number post-release to 1.8+gitLars Wirzenius1-2/+2
2017-09-17Prepare to release version 1.8vmdebootstrap-1.8Lars Wirzenius1-2/+2
2017-09-17Add: fix version number so bumper worksLars Wirzenius1-2/+2
2017-09-17Add: bump version numbers in prep for releaseLars Wirzenius1-2/+2
2017-09-17Add: nmu2 changes from SteveLars Wirzenius1-2/+5
2016-09-11Bump version number post-release to 1.7+gitLars Wirzenius1-2/+2
2016-09-11Prepare to release version 1.7vmdebootstrap-1.7Lars Wirzenius1-3/+2
2016-09-10Prepare source tree for tagging releases using bumperLars Wirzenius2-0/+4
2016-08-11allow for differences between jessie and stretchvmdebootstrap-1.6Neil Williams1-1/+1
2016-07-31Update and expand the build testsNeil Williams2-2/+3
Still issues to fix with some of the scenarios
2016-07-31improve error handling and cleanupNeil Williams1-1/+1
2016-07-31Deprecating extlinuxNeil Williams1-4/+11
Working around extlinux failure with ext4. Adding notes on the reasons for moving to grub as default bootloader in a future release.
2016-07-31Exclude metadata_csum when mounting jessie imagesNeil Williams1-2/+5
2016-07-31Add support for systemd-resolvedNeil Williams1-2/+4
For Jessie, --enable-dhcp is still needed to get a usable interface other than lo. For Stretch and later, --enable-dhcp is redundant if systemd-networkd is enabled. Add note to the docs.
2016-07-17Enable systemd-resolved together with systemd-networkdNeil Williams1-0/+5
- #831439
2016-07-17fixup copy_files to skip directories in the specified src directory.Neil Williams1-2/+3
2016-03-13Prepare for 1.5Neil Williams6-7/+7
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-15initial 2to3 compat changesNeil Williams1-1/+1
2016-01-12Refer to size units consistentlyNeil Williams1-2/+2
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000396.html
2016-01-04Add a squashfs script to use a standard tarball.Neil Williams1-2/+2
2015-12-31update licence of new moduleNeil Williams1-14/+11
2015-12-31809457 - add kernel arch for ppc64el arch.Neil Williams1-0/+2
2015-12-31Fixup pylint issuesNeil Williams2-8/+9
2015-12-31Add support for systemd-networkdNeil Williams3-13/+111
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-12-19Ensure no-kernel works.Neil Williams1-3/+2
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-11create the full squashfs output dirNeil Williams1-1/+1
2015-11-07Undo the update-initramfs change, not appropriate.Neil Williams1-7/+6
2015-11-06Allow arm64 without UEFI only if squash is setNeil Williams1-1/+1
UEFI files do not go inside the squashfs, configured separately later.
2015-11-06Support alternative initramfs implementationsNeil Williams1-6/+7
Debian bug #801214
2015-11-06Add support for mounting and umounting /dev/pts/Neil Williams1-0/+3
2015-11-06avoid logging error as image is not always used.Neil Williams1-4/+1
2015-11-05Exclude dev, proc, sys and run from mksquashfsNeil Williams1-1/+10
2015-11-05Move copy_file functionality into base.Neil Williams2-9/+17
2015-11-05fix typo in docstring of mask_udev_predictable_rulesNeil Williams1-1/+1
2015-11-04Change squashfs behaviour to a tree, not the image.Neil Williams1-46/+23
2015-09-14fix missing distro lookup in uefi settingsNeil Williams1-2/+2
2015-09-13Update for systemd persistent interface maskNeil Williams1-0/+11
Disable systemd persistent interface names as the actual PCI output is unknowable at the time of creating the network interface details.