summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11Merge commit '509c9fa7943954285c632057b09d782b6c59a328' into liw/wdutchliw/wdutchLars Wirzenius1-5/+8
2016-08-11Enable systemd-resolved for jessieNeil Williams1-6/+2
Fix custom package install to allow -y
2016-08-08Allow user defined distribution releases.Will Holland1-5/+8
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 Williams1-3/+6
Still issues to fix with some of the scenarios
2016-07-31improve error handling and cleanupNeil Williams1-1/+16
2016-07-31ensure eth0 exists for jessie if dhcp requestedNeil Williams1-0/+3
2016-07-31Deprecating extlinuxNeil Williams1-8/+29
Working around extlinux failure with ext4. Adding notes on the reasons for moving to grub as default bootloader in a future release.
2016-07-17Disable ext4 on wheezyNeil Williams1-1/+7
2016-07-17Handle conversion to qcow2 after umountingNeil Williams1-10/+18
Add unit test support for checking the file format.
2016-07-17Reset umask before creating filesNeil Williams1-0/+5
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 Williams1-0/+7
(Only for the first partition).
2016-03-13Prepare for 1.5Neil Williams1-1/+3
2016-03-13Fail if the size is too small for a bootstrapNeil Williams1-0/+4
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-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-01-23handle extlinux being true by default with a test casevmdebootstrap-1.4Neil Williams1-1/+1
2016-01-23Fail if extlinux requested with btrfsNeil Williams1-0/+4
2016-01-23add a message when filling with zeroes which can take some time with large ↵Neil Williams1-1/+4
images
2016-01-17runtime python3 changesNeil Williams1-1/+1
2016-01-15initial 2to3 compat changesNeil Williams1-2/+2
2016-01-12Refer to size units consistentlyNeil Williams1-3/+3
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 Williams1-1/+1
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000391.html
2015-12-31update help text for networkd changeNeil Williams1-1/+1
2015-12-31trailing space and pylint disablingNeil Williams1-2/+5
2015-12-31Fixup pylint issuesNeil Williams1-1/+1
2015-12-31Add support for systemd-networkdNeil Williams1-33/+20
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-20add tests for combining image, tarball and squashNeil Williams1-0/+9
2015-12-20Add support for converting final image to qcow2Neil Williams1-0/+2
2015-12-20Check root privileges before starting ops.Neil Williams1-1/+1
2015-12-20Allow to skip the call to update-initramfsNeil Williams1-132/+67
2015-12-20apt-mirror requires configure-aptNeil Williams1-0/+3
2015-12-19Ensure no-kernel works.Neil Williams1-0/+3
Closes: #808358 Add package inclusion functions to the fast tests and dry-run output.
2015-11-11only output message when serial-console requestedvmdebootstrap-1.2Neil Williams1-1/+1
2015-11-11prepare 1.2 releaseNeil Williams1-1/+1
2015-11-06Allow fast tests to be run without sudoNeil Williams1-2/+3
2015-11-06add a dry-run for sanity checking the option combinationsNeil Williams1-1/+5
2015-11-05Only implement serial-console on Wheezy.Neil Williams1-1/+6
2015-11-05drop redundant linesNeil Williams1-6/+0
2015-11-05Add UEFI directory support to the qemu wrapperNeil Williams1-2/+6
2015-11-04Change squashfs behaviour to a tree, not the image.Neil Williams1-9/+14
2015-11-04Add qemu-wrapper and an example lava-submit script.Neil Williams1-0/+24
2015-11-04update versionNeil Williams1-1/+1
2015-09-14fix missing distro lookup in uefi settingsNeil Williams1-3/+5
2015-09-13Update for systemd persistent interface maskNeil Williams1-0/+2
Disable systemd persistent interface names as the actual PCI output is unknowable at the time of creating the network interface details.
2015-09-13fix typo and append to existing interfaces fileNeil Williams1-1/+1
2015-09-13Simplify the networking checksNeil Williams1-8/+9
2015-09-13Extend debootstrapopts support for multiple optsNeil Williams1-1/+3
2015-09-13replace variant with debootstrapopts supportNeil Williams1-9/+8