--- xen-bootloader.patch 2005-04-26 18:47:36.437028000 +0900 +++ xen-bootloader2.patch 2005-04-26 18:49:01.687028000 +0900 @@ -147,7 +147,7 @@ diff -Nru a/tools/pygrub/src/GrubConf.py + + if self.commands.has_key(com): + if self.commands[com] is not None: -+ exec("%s = r\"%s\"" %(self.commands[com], arg.strip())) ++ exec("%s = \"%s\"" %(self.commands[com], arg.strip())) + else: + logging.info("Ignored image directive %s" %(com,)) + else: @@ -246,7 +246,7 @@ diff -Nru a/tools/pygrub/src/GrubConf.py + + if self.commands.has_key(com): + if self.commands[com] is not None: -+ exec("%s = r\"%s\"" %(self.commands[com], arg.strip())) ++ exec("%s = \"%s\"" %(self.commands[com], arg.strip())) + else: + logging.info("Ignored directive %s" %(com,)) + else: