This email list is read-only. Emails sent to this list will be discarded
----------------------------------
debian/changelog | 4 ++--
.../post-install-scripts/001_setup.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 447b3b3c98aaac57b98b830880e21c4d743b58fd
Author: Prajwal Mohan <[EMAIL PROTECTED]>
Date: Tue Oct 7 14:47:12 2008 -0700
Setting root=/dev/sda2 in grub.conf for jax10
Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index 32fe7c0..e396fae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,9 +52,9 @@ moblin-image-creator (0.46) UNRELEASED; urgency=low
* Setting defaults for moblin2 platforms
* Changing defaults for menlow-lpia-moblin2
* Adding moblin-installer to core fset of moblin2 platforms
-
+ * Setting root=/dev/sda2 in grub.conf for jax10
- -- Prajwal Mohan <[EMAIL PROTECTED]> Tue, 07 Oct 2008 14:17:01 -0700
+ -- Prajwal Mohan <[EMAIL PROTECTED]> Tue, 07 Oct 2008 14:46:23 -0700
moblin-image-creator (0.45) gaston; urgency=low
diff --git a/platforms/menlow-lpia-moblin2/post-install-scripts/001_setup.sh
b/platforms/menlow-lpia-moblin2/post-install-scripts/001_setup.sh
index bdb33fa..618055a 100644
--- a/platforms/menlow-lpia-moblin2/post-install-scripts/001_setup.sh
+++ b/platforms/menlow-lpia-moblin2/post-install-scripts/001_setup.sh
@@ -15,7 +15,7 @@ EOF
# creat the grub config file
comment="#It is created by update-grub"
-args='boot=disk'
+args='root=/dev/sda2'
grub_config_file="/boot/grub/grub.conf"
grub_config_bak_file="/boot/grub/grub.conf.bak"
@@ -30,6 +30,6 @@ do
kern=$(echo ${kern} | sed -e 's/\/boot//g')
echo "add ${kern} to grub config file"
initrd=$(echo ${kern} | sed -e 's/vmlinuz/initrd\.img/g')
- /sbin/grubby --add-kernel=${kern} --args=${args} -c ${grub_config_file}
--grub --initrd=${initrd} --title="moblin2 ${kern}"
+ /sbin/grubby --add-kernel=${kern} --args=${args} -c ${grub_config_file}
--grub --title="moblin2 ${kern}"
done
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits