summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-03-04 17:33:22 +0000
committereadler <eadler@FreeBSD.org>2012-03-04 17:33:22 +0000
commitabb18ceccbfce650fc231ed1045132620e4aa9e7 (patch)
treeca9168a19dab5d6578a914aab1b9e5dd7dc4a4c1 /usr.sbin/pc-sysinstall
parent88520fea699fb9f3a6fd804df6688f0c6166c561 (diff)
downloadFreeBSD-src-abb18ceccbfce650fc231ed1045132620e4aa9e7.zip
FreeBSD-src-abb18ceccbfce650fc231ed1045132620e4aa9e7.tar.gz
Permit the use of raidz3 in pc-sysinstall
PR: conf/164709 Submitted by: Garrett Cooper <yanegomi@gmail.com> Reviewed by: brd, brooks Approved by: cperciva MFC after: 3 days
Diffstat (limited to 'usr.sbin/pc-sysinstall')
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh b/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
index 904d3ee..f1cdf01 100755
--- a/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
+++ b/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
@@ -59,7 +59,7 @@ get_fs_line_xvars()
ZTYPE="NONE"
ZFSVARS="`echo $LINE | cut -d '(' -f 2- | cut -d ')' -f 1 | xargs`"
- echo $ZFSVARS | grep -qE "^(disk|file|mirror|raidz(1|2)?|spare|log|cache):" 2>/dev/null
+ echo $ZFSVARS | grep -qE "^(disk|file|mirror|raidz(1|2|3)?|spare|log|cache):" 2>/dev/null
if [ $? -eq 0 ] ; then
ZTYPE=`echo $ZFSVARS | cut -f1 -d:`
ZFSVARS=`echo $ZFSVARS | sed "s|$ZTYPE: ||g" | sed "s|$ZTYPE:||g"`
OpenPOWER on IntegriCloud