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 27903a0b987cfd8607dc7836145cce373e3fabb9
Author: Prajwal Mohan <[EMAIL PROTECTED]>
Date: Fri Nov 21 13:07:58 2008 -0800
Should be using bzImage for nand and not vmlinuz
Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index 5cc3c5b..14a5223 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,9 +12,10 @@ moblin-image-creator (0.48) gaston; urgency=low
[ Prajwal Mohan ]
* Adding update column in targer view
- * Adding mount in install script
+ * Adding mount in install script
+ * Should be using bzImage for nand and not vmlinuz
- -- Prajwal Mohan <[EMAIL PROTECTED]> Wed, 19 Nov 2008 10:08:42 -0800
+ -- Prajwal Mohan <[EMAIL PROTECTED]> Fri, 21 Nov 2008 13:07:28 -0800
moblin-image-creator (0.47) gaston; urgency=low
diff --git a/libs/InstallImage.py b/libs/InstallImage.py
index 04defa0..2f5a5f2 100755
--- a/libs/InstallImage.py
+++ b/libs/InstallImage.py
@@ -876,7 +876,7 @@ class NANDImage(InstallImage):
os.system(os.path.join(self.project.platform.path, "nand.sh %s %s %s
%s %s %s %s %s"
% (os.path.join(self.target.config_path, 'nand_kernel_cmdline'),
os.path.join(self.target.fs_path, 'boot/bootstub'),
- os.path.join(self.target.fs_path, 'boot',self.default_kernel),
+ os.path.join(self.target.fs_path, 'boot','bzImage'),
initrd_path,
self.target.fs_path,
int(self.project.get_target_config(self.target.name,
'nand_image_size')),
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits