summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11Merge commit '509c9fa7943954285c632057b09d782b6c59a328' into liw/wdutchliw/wdutchLars Wirzenius2-5/+10
2016-09-10Prepare source tree for tagging releases using bumperLars Wirzenius6-3/+26
2016-09-06Add Debian packaging from 1.6-1Lars Wirzenius16-0/+413
2016-08-11allow for differences between jessie and stretchvmdebootstrap-1.6Neil Williams1-1/+1
2016-08-11Enable systemd-resolved for jessieNeil Williams1-6/+2
Fix custom package install to allow -y
2016-08-11add note on custom packagesNeil Williams1-1/+2
2016-08-11be explicit about the distroNeil Williams1-3/+1
2016-08-11add missing options to manpageNeil Williams1-0/+17
2016-08-11ensure the build tests can handle times that kpartx goes wrong without ↵Neil Williams1-0/+2
blaming the test
2016-08-08Allow user defined distribution releases.Will Holland2-5/+10
Replace checking is the specified distribution is in debian or ubuntu by checking if there is a file in debootstrap scripts. This is where debootstrap gets its knowledge of distributions. This allows the user to create their own distribution.
2016-07-31Update and expand the build testsNeil Williams5-10/+74
Still issues to fix with some of the scenarios
2016-07-31improve error handling and cleanupNeil Williams2-2/+17
2016-07-31ensure eth0 exists for jessie if dhcp requestedNeil Williams1-0/+3
2016-07-31prepare for 1.6 releaseNeil Williams1-1/+1
2016-07-31Deprecating extlinuxNeil Williams3-16/+53
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 Williams2-2/+13
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-31add note about syslinux on stretch/sid and ext4Neil Williams1-4/+26
2016-07-17Add notes on wheezy roottype requirementsNeil Williams1-0/+4
2016-07-17Disable ext4 on wheezyNeil Williams2-2/+15
2016-07-17Handle conversion to qcow2 after umountingNeil Williams3-10/+32
Add unit test support for checking the file format.
2016-07-17Reset umask before creating filesNeil Williams1-0/+5
2016-07-17Enable systemd-resolved together with systemd-networkdNeil Williams1-0/+5
- #831439
2016-07-17#831025 - document how to change the systemd-networkd option.Neil Williams1-1/+3
2016-07-17fixup copy_files to skip directories in the specified src directory.Neil Williams1-2/+3
2016-07-17Extend prepare_apt_source to use a specified local mirror.Neil Williams2-3/+7
2016-04-29add a note on how to change the temp directory location.Neil Williams1-0/+5
2016-04-16Advise use of log-mode for readable logsNeil Williams2-2/+10
Also include notes on UEFI testing with -monitor none
2016-04-16add UEFI support to example submit scriptNeil Williams1-0/+4
2016-04-16make the debootstrap.log readable, when things go wrong.Neil Williams1-0/+1
2016-04-16use -monitor none when loading UEFI, helps with the -nographic support.Neil Williams1-1/+1
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