aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pygrub/src/GrubConf.py
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-02-01 14:03:47 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-02-01 14:03:47 +0000
commitc11179ee21c5b934f401039985ad6573b72f92e7 (patch)
tree4705397c7c62ff2b16d785c3c55a1ad654d54e99 /tools/pygrub/src/GrubConf.py
parent62e1b8798b3dbc07e466bc6318131a2b3443b95b (diff)
downloadxen-c11179ee21c5b934f401039985ad6573b72f92e7.tar.gz
xen-c11179ee21c5b934f401039985ad6573b72f92e7.tar.bz2
xen-c11179ee21c5b934f401039985ad6573b72f92e7.zip
pygrub: support parsing of syslinux configuration files
Allows booting from ISOs which use isolinux as well as guests using extlinux. Also add copyright header to GrubConf.py, I think the grub2 support added last year qualifies as a substantial change. Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/pygrub/src/GrubConf.py')
-rw-r--r--tools/pygrub/src/GrubConf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pygrub/src/GrubConf.py b/tools/pygrub/src/GrubConf.py
index 58a448ca20..60b7f50e66 100644
--- a/tools/pygrub/src/GrubConf.py
+++ b/tools/pygrub/src/GrubConf.py
@@ -1,6 +1,7 @@
#
# GrubConf.py - Simple grub.conf parsing
#
+# Copyright 2009 Citrix Systems Inc.
# Copyright 2005-2006 Red Hat, Inc.
# Jeremy Katz <katzj@redhat.com>
#