1 Mar 2010 17:23
[PC-BSD Commits] r6310 - pcbsd/trunk/pc-sysinstall/backend
Author: kris
Date: 2010-03-01 08:23:16 -0800 (Mon, 01 Mar 2010)
New Revision: 6310
Modified:
pcbsd/trunk/pc-sysinstall/backend/functions-bsdlabel.sh
Log:
Fixed some bugs with the new pc-sysinstall GPT / ZFS enhancements
Modified: pcbsd/trunk/pc-sysinstall/backend/functions-bsdlabel.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/functions-bsdlabel.sh 2010-02-28 10:01:22 UTC (rev 6309)
+++ pcbsd/trunk/pc-sysinstall/backend/functions-bsdlabel.sh 2010-03-01 16:23:16 UTC (rev 6310)
<at> <at> -53,7 +53,9 <at> <at>
DISKTAG="$1"
WRKSLICE="$2"
+ FOUNDPARTS="1"
+
# Lets setup the BSDLABEL
BSDLABEL="${TMPDIR}/bsdLabel-${WRKSLICE}"
export BSDLABEL
<at> <at> -74,6 +76,7 <at> <at>
# Found a slice- entry, lets get the slice info
get_value_from_string "${line}"
STRING="$VAL"
+ FOUNDPARTS="0"
(Continue reading)
RSS Feed