Revision: 2743
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2743&view=rev
Author:   gespinasse
Date:     2009-04-26 17:02:30 +0000 (Sun, 26 Apr 2009)

Log Message:
-----------
Document that raid is not supported on sparc without a boot partition out of 
raid to boot from.

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

Modified: ipcop/trunk/src/scripts/disk-partition
===================================================================
--- ipcop/trunk/src/scripts/disk-partition      2009-04-24 07:46:06 UTC (rev 
2742)
+++ ipcop/trunk/src/scripts/disk-partition      2009-04-26 17:02:30 UTC (rev 
2743)
@@ -116,6 +116,9 @@
        parted_call "$dev mkpart ext2 0 ${root_size}MiB"
        parted_call "$dev mkpart ext2 ${root_size}MiB ${disk_size}MiB"
        parted_call "$dev set 1 boot on"
+       # silo does not support booting from /dev/md*
+       # it require a /boot partition out of raid device
+       # http://www.mail-archive.com/[email protected]/msg00117.html
        if [ x$install_type = x"raid" ]; then
                parted_call "$dev set 1 raid on"
                parted_call "$dev set 2 raid on"


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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to