This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 debian/changelog            |    5 ++++-
 default_config/defaults.cfg |   16 +++++++++-------
 2 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit e7c379fa77affb48b986e466587f455b2392814d
Author: Prajwal Mohan <[EMAIL PROTECTED]>
Date:   Tue Oct 7 11:54:14 2008 -0700

    Setting defaults for moblin2 platforms


Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index ff36eb5..edf01af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,7 +48,10 @@ moblin-image-creator (0.46) UNRELEASED; urgency=low
   [ Mitsutaka Amano ]
   * Fixed newProject dialog stretch bug.
 
- -- Mitsutaka Amano <[EMAIL PROTECTED]>  Fri, 03 Oct 2008 21:09:43 +0900
+  [ Prajwal Mohan ]
+  * Setting defaults for moblin2 platforms 
+
+ -- Prajwal Mohan <[EMAIL PROTECTED]>  Tue, 07 Oct 2008 11:53:42 -0700
 
 moblin-image-creator (0.45) gaston; urgency=low
 
diff --git a/default_config/defaults.cfg b/default_config/defaults.cfg
index 4015895..9a9514a 100644
--- a/default_config/defaults.cfg
+++ b/default_config/defaults.cfg
@@ -144,9 +144,9 @@ hd_fat32_partition_size = 4096
 # codename to use for platform rootstrap configuration
 hd_kernel_cmdline = ro boot=disk resume=/dev/sda3 ht=on
 buildroot_codename = hardy
-use_squashfs = 1
-boot_partition_size = 768
-swap_partition_size = 512
+hd_use_squashfs = 1
+hd_boot_partition_size = 768
+hd_swap_partition_size = 512
 
 # ********** Fedora Platforms **********
 [platform.mccaslin-lpia-fedora]
@@ -161,19 +161,21 @@ buildroot_packages = grub man less vim automake 
autotools-dev openssh-clients
 welcome_message = Welcome to Moblin 2.0:
 # What additional packages need to be installed in the buildroot roostrap
 buildroot_extras = squashfs-tools dosfstools syslinux module-init-tools mtools 
busybox setup
+hd_use_squashfs = 0
+hd_boot_partition_size = 250
+
 
 # What packages need to be installed in the buildroot (outside the rootstrap 
archive)
 #buildroot_packages = grub man less vim automake autotools-dev openssh-clients
 buildroot_packages=
-boot_partition_size = 250
 
 [platform.menlow-lpia-moblin2]
 welcome_message = Welcome to Moblin 2.0:
 # What additional packages need to be installed in the buildroot roostrap
 buildroot_extras = squashfs-tools dosfstools syslinux module-init-tools mtools 
busybox setup
-use_squashfs = 1
-boot_partition_size = 768
-swap_partition_size = 512
+hd_use_squashfs = 1
+hd_boot_partition_size = 768
+hd_swap_partition_size = 512
 
 # What packages need to be installed in the buildroot (outside the rootstrap 
archive)
 #buildroot_packages = grub man less vim automake autotools-dev openssh-clients
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to