summaryrefslogtreecommitdiff
path: root/vmdebootstrap/base.py
AgeCommit message (Collapse)AuthorFilesLines
2016-07-17fixup copy_files to skip directories in the specified src directory.Neil Williams1-2/+3
2016-03-13Prepare for 1.5Neil Williams1-2/+2
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
2015-12-31Add support for systemd-networkdNeil Williams1-11/+0
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-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-05Move copy_file functionality into base.Neil Williams1-0/+10
2015-11-05fix typo in docstring of mask_udev_predictable_rulesNeil Williams1-1/+1
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.
2015-09-13reinstate headless support from masterNeil Williams1-7/+5
2015-09-02move some more functions into modulesNeil Williams1-0/+18
2015-08-31Add examples for UEFI hook.Neil Williams1-0/+13
Document task package usage in the README
2015-08-16fixupsNeil Williams1-9/+0
2015-08-16add setuptools supportNeil Williams1-0/+43
2015-08-16move handlers into a module directoryNeil Williams1-0/+133