[Meego-distribution-tools] [PATCH] - fix typo in error message
Yang, Yi Y
yi.y.yang at intel.com
Thu Nov 25 17:15:58 PST 2010
commit 1fc62bd6e67235eebddeff3e031bdf2c57bb62e8 is your patch, thanks.
> -----Original Message-----
> From: meego-distribution-tools-bounces at lists.meego.com
> [mailto:meego-distribution-tools-bounces at lists.meego.com] On Behalf Of Rolf
> Offermanns
> Sent: Friday, November 26, 2010 12:32 AM
> To: meego-distribution-tools at lists.meego.com
> Subject: [Meego-distribution-tools] [PATCH] - fix typo in error message
>
>
> Signed-off-by: Rolf Offermanns <roffermanns at sysgo.com>
> ---
> mic/appcreate/appliance.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/mic/appcreate/appliance.py b/mic/appcreate/appliance.py
> index 3e108f2..3564c9c 100644
> --- a/mic/appcreate/appliance.py
> +++ b/mic/appcreate/appliance.py
> @@ -300,7 +300,7 @@ class ApplianceImageCreator(ImageCreator):
> fullpathsyslinux = find_binary_path("extlinux")
> rc = subprocess.call([fullpathsyslinux, "-i", "%s/boot/extlinux" %
> self._instroot])
> if rc != 0:
> - raise MountError("Unable to install syslinux bootloader
> to %sp)d" % (loopdev, (bootdevnum + 1)))
> + raise MountError("Unable to install syslinux bootloader
> to %sp%d" % (loopdev, (bootdevnum + 1)))
>
> def _create_bootconfig(self):
> self._create_syslinux_config()
> --
> 1.7.3.2
>
> _______________________________________________
> MeeGo-distribution-tools mailing list
> MeeGo-distribution-tools at lists.meego.com
> http://lists.meego.com/listinfo/meego-distribution-tools
More information about the MeeGo-distribution-tools
mailing list