search for: in_function

Displaying 1 result from an estimated 1 matches for "in_function".

Did you mean: inv_function
2012 Jul 06
1
Bug#680479: xen-utils-4.0: pygrub does not support grub2 submenus
...<none> (no description available) -- no debconf information -------------- next part -------------- --- xen-4.0.1/tools/pygrub/src/GrubConf.py 2012-06-21 09:41:05.000000000 +0300 +++ xen-4.0.1/tools/pygrub/src/GrubConf.py 2012-07-06 10:55:37.000000000 +0300 @@ -368,6 +368,7 @@ in_function = False img = None title = "" + submenu = 0 for l in lines: l = l.strip() # skip blank lines @@ -386,6 +387,12 @@ in_function = False continue + # new submenu + title_...