Revision: 2703
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2703&view=rev
Author:   owes
Date:     2009-04-13 09:06:06 +0000 (Mon, 13 Apr 2009)

Log Message:
-----------
At least 1 test machine which fails to install RAID properly.
Changing the partition start from 1s to 1 fixes that.
May well be caused by unusual CHS geometry, but I think loosing only 32 KiB 
space is a small price to pay.

Modified Paths:
--------------
    ipcop/trunk/src/scripts/disk-partition

Modified: ipcop/trunk/src/scripts/disk-partition
===================================================================
--- ipcop/trunk/src/scripts/disk-partition      2009-04-12 22:25:21 UTC (rev 
2702)
+++ ipcop/trunk/src/scripts/disk-partition      2009-04-13 09:06:06 UTC (rev 
2703)
@@ -70,7 +70,7 @@
   x86)
        erase_partition
        parted_call "$dev mklabel msdos"
-       parted_call "$dev mkpart primary ext2 1s ${root_size}MiB"
+       parted_call "$dev mkpart primary ext2 1 ${root_size}MiB"
        parted_call "$dev mkpart primary ext2 ${root_size}MiB ${disk_size}MiB"
        parted_call "$dev set 1 boot on"
        if [ x$install_type = x"raid" ]; then


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to