This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 debian/changelog     |    5 +++--
 libs/InstallImage.py |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit a634937ab8d4b7c839d3d15315fdb14e10c0d293
Author: Prajwal Mohan <[EMAIL PROTECTED]>
Date:   Fri Aug 1 11:35:43 2008 -0700

    Fixing update-grub path


Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index c16bf8e..d7780f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -90,9 +90,10 @@ moblin-image-creator (0.45) UNRELEASED; urgency=low
   * Added package reaquire.
 
   [ Prajwal Mohan ]
-  * Fixing bug in applying hd_kernel_cmd_line 
+  * Fixing bug in applying hd_kernel_cmd_line
+  * Fixing update-grub path 
 
- -- Prajwal Mohan <[EMAIL PROTECTED]>  Fri, 01 Aug 2008 11:13:19 -0700
+ -- Prajwal Mohan <[EMAIL PROTECTED]>  Fri, 01 Aug 2008 11:35:06 -0700
 
 moblin-image-creator (0.44) gaston; urgency=low
 
diff --git a/libs/InstallImage.py b/libs/InstallImage.py
index e5c7a0c..4d96993 100755
--- a/libs/InstallImage.py
+++ b/libs/InstallImage.py
@@ -412,7 +412,7 @@ class InstallImage(object):
         #execCommand does not seem to work. This command needs the 
hd_kernel_cmdline to be within double quotes
         #execComamnd uses split. This causes only the first part of 
hd_kernel_cmdline to get picked up
         #self.target.chroot("update-grub %s" % hd_kernel_cmdline)
-        self.target.chroot("update-grub boot=disk")
+        self.target.chroot("/sbin/update-grub boot=disk")
         hd_kernel_cmdline = hd_kernel_cmdline.replace('/', '\/')
         cmd="sed \'s/boot=disk/%s/\' -i /boot/grub/grub.conf" % 
hd_kernel_cmdline
         os.popen("/usr/sbin/chroot %s %s" % (self.target.path, cmd))
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits

Reply via email to