aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pygrub
Commit message (Expand)AuthorAgeFilesLines
* 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
* pygrub: expands tabs before displaying menus.Keir Fraser2009-11-231-2/+2
* pygrub: if default entry is "saved" then use first entry.Keir Fraser2009-11-231-1/+1
* pygrub: Correct pygrub return valueKeir Fraser2009-09-151-2/+3
* pygrub: trap exception when python module import failsKeir Fraser2009-09-072-15/+22
* pygrub: Match bare-metal GRUB behavior for passwordsKeir Fraser2009-09-021-28/+14
* pygrub: Set path in #! line of pygrub, tooKeir Fraser2009-08-252-1/+2
* pygrub: Fix elilo handling after password patch.Keir Fraser2009-08-212-1/+7
* pygrub: Add password supportKeir Fraser2009-08-202-1/+66
* pygrub: Revert 19322:3118041f2259, as it breaks timeout=0 behaviourKeir Fraser2009-08-201-5/+1
* pygrub: Remove bogus log.debug line.Keir Fraser2009-08-101-1/+0
* Permit user to suppress passing --prefix to setup.pyKeir Fraser2009-05-071-3/+3
* tools: Always use sane upstream (`native') python pathsKeir Fraser2009-04-082-9/+2
* tools: fix python installationKeir Fraser2009-04-071-2/+1
* build: Get rid of some more hardcoded install pathsKeir Fraser2009-03-311-1/+1
* ia64, pygrub: Allow command-line editing in Lilo boot loaderKeir Fraser2009-03-311-1/+5
* pygrub: More accurate try/except catch.Keir Fraser2009-03-311-1/+1
* pygrub: run first entry in config when invalid default boot option providedKeir Fraser2009-03-201-1/+5
* pygrub: Detect NetWare PV in pygrubKeir Fraser2009-03-121-0/+12
* pygrub: Workaround for Solaris CR 1143256.Keir Fraser2009-03-121-1/+5
* pygrub: Enable domU boot without xen specific argKeir Fraser2009-03-091-2/+2
* pygrub: parse xen module option in grubKeir Fraser2009-02-201-3/+3
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-1/+3
* pygrub: fix the parameter `default' and `timeout' in elilo.confKeir Fraser2008-10-031-3/+3
* PyGRUB: fix menu flickerKeir Fraser2008-08-271-15/+17
* pygrub: Add 64bit library path to pygrub default search path.Keir Fraser2008-07-301-1/+1
* Add ZFS libfsimage support patchKeir Fraser2008-05-012-3/+39
* pygrub: cleanup and support for NetBSDKeir Fraser2008-03-261-7/+8
* Fix pygrub handling of many kernelsKeir Fraser2007-12-271-4/+12
* Fix security vulnerability CVE-2007-4993.Keir Fraser2007-09-252-23/+23
* pygrub: LiloConf.py supports root and read-onlykfraser@localhost.localdomain2007-08-061-3/+21
* [IA64] Presently pygrub only looks in /efi/redhat/elilo.conf. Itkfraser@localhost.localdomain2007-05-031-1/+6
* pygriub: Fix GPT support.kfraser@localhost.localdomain2007-04-131-7/+11
* Fix pygrub for IA64 support.kfraser@localhost.localdomain2007-04-112-9/+161
* pygrub: Support GPT (GUID Partition Table) as used by EFI.kfraser@localhost.localdomain2007-04-111-0/+7