summaryrefslogtreecommitdiff
path: root/vmdebootstrap/grub.py
AgeCommit message (Collapse)AuthorFilesLines
2016-07-31Update and expand the build testsNeil Williams1-1/+2
Still issues to fix with some of the scenarios
2016-03-13Prepare for 1.5Neil Williams1-1/+1
2015-11-30Detect if running inside docker and fix grub uuidNeil Williams1-1/+29
Patch from Fathi Boudra <fathi.boudra@linaro.org>
2015-09-02move some more functions into modulesNeil Williams1-0/+5
2015-08-18check that the ESP is mounted before trying to configureNeil Williams1-3/+15
2015-08-16fix mount operations around uefiNeil Williams1-1/+2
2015-08-16use a constants handlerNeil Williams1-4/+4
Add support for using squashfs as an alternative to creating a tarball of a directory tree.
2015-08-16add setuptools supportNeil Williams1-4/+6
2015-08-16move handlers into a module directoryNeil Williams1-0/+103