aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pygrub
Commit message (Expand)AuthorAgeFilesLines
* pygrub: Support (/dev/xvda) style disk specificationsIan Campbell2013-10-142-1/+109
* pygrub: add Debian extlinux.conf pathIan Campbell2013-08-271-0/+1
* pygrub: allow user to specify an explicit offset to fsKjetil Torgrim Homme2013-07-171-4/+13
* pygrub: add fedora 19 grub.cfg exampleMarcel J.E. Mol2013-06-271-0/+117
* pygrub/GrubConf: fix boot problem for fedora 19 grub.cfg (2nd attempt)Marcel J.E. Mol2013-06-271-0/+2
* tools/pygrub: Fix install when $(BINDIR) and $(PRIVATE_BINDIR) are the sameChristoph Egger2013-04-241-1/+2
* Fix pygrub handling non-default entryMiroslav Rezanina2013-01-171-1/+1
* pygrub: Fix command line argument error handlingMatthew Daley2012-11-123-4/+4
* pygrub: Add option to list grub entriesCharles Arnold2012-10-261-4/+20
* pygrub: correct typo in --args assignmentOlaf Hering2012-10-091-3/+3
* pygrub: always append --argsOlaf Hering2012-09-251-2/+4
* pygrub: add quoting to install receipeOlaf Hering2012-08-021-2/+2
* tools/build: fix pygrub linkingRoger Pau Monne2012-08-011-1/+4
* pygrub: don't leave fds openRoger Pau Monne2012-07-231-0/+3
* pygrub: cope better with big files in the guest.M A Young2012-07-041-17/+44
* tools/pygrub: Makefile cleanupAnthony PERARD2012-06-081-1/+0
* tools/pygrub: Fix pygrub installAnthony PERARD2012-06-081-1/+1
* tools: Install pv bootloaders in libexec rather than /usr/binGeorge Dunlap2012-05-151-2/+4
* pygrub: extlinux parsing correctnessRoger Pau Monne2012-02-071-1/+1
* pygrub: fix extlinux parsingRoger Pau Monne2012-01-032-1/+21
* pygrub: Fix "a" entry editing in grub2Miroslav Rezanina2011-12-131-1/+1
* pygrub: Allow scrolling of the list of entriesMiroslav Rezanina2011-12-131-4/+19
* pygrub: Add HybridISO support for PyGrub2Philipp Hahn2011-11-021-7/+19
* pygrub: example grub2 configuration file (fedora-16-with-xen.grub2)Michael Young2011-10-251-0/+112
* pyrgrub: cope with configurations with set default="${saved_entry}" lineMichael Young2011-10-251-0/+2
* pygrub: cope with configurations with submenusMichael Young2011-10-251-2/+11
* pygrub: Allow GPT partition referencesMichael Young2011-10-251-0/+2
* pygrub: look in /boot/grub2 (for eg Fedora 16)Michael Young2011-10-251-1/+2
* pygrub: check all GPT partitionsMichael Young2011-10-251-4/+13
* pygrub: add debug flagGuido Gunther2011-10-111-2/+10
* pygrub: prefer Grub2 to Grub1Ian Campbell2011-07-151-5/+5
* tools/pygrub: fix solaris kernel snifftools/pygrub: fix solaris kernel sniff2011-07-141-2/+5
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* pygrub: support grub2 "(hdX,msdosY)" partition syntaxIan Campbell2010-10-131-0/+2
* pygrub: look in every partition for something to bootIan Jackson2010-07-151-35/+62
* pygrub: introduce easier to parse output formatIan Jackson2010-07-141-13/+44
* tools/pygrub: --not-really option for debuggingIan Jackson2010-07-021-15/+24
* tools/pygrub: Fix a typo handling device specs with no partition partIan Jackson2010-07-021-1/+1
* tools/pygrub: Fix default when out of rangeIan Jackson2010-06-291-0/+3
* pyGrub: Use proper bootloader class when entering command manuallyKeir Fraser2010-05-264-6/+26
* pygrub: Fix Grub2 support for Ubuntu 10.04Keir Fraser2010-04-151-1/+1
* pygrub: fix 64b Solaris PV guest boot on 32b Linux dom0 & 64b XenKeir Fraser2010-04-121-12/+14
* pygrub: further improve grub2 supportKeir Fraser2010-03-151-11/+16
* pygrub: Fix grub2 support when config is on a separate /boot partitionKeir Fraser2010-03-051-1/+1
* pygrub: support parsing of syslinux configuration filesKeir Fraser2010-02-013-1/+206
* pygrub: improve grub 2 supportKeir Fraser2010-01-261-3/+19
* pygrub: fix attribute error when not found parserKeir Fraser2009-12-161-1/+1
* pygrub: add basic support for parsing grub2 style grub.cfg fileKeir Fraser2009-11-232-4/+123
* pygrub: track the title of an item as an independant fieldKeir Fraser2009-11-232-18/+19
* pygrub: factor generic Grub functionality into GrubConf base classesKeir Fraser2009-11-232-77/+90