cwm: set sd-ext label
Change-Id: I963924083f1f6de17effafa80fb6f7fe003b304d
This commit is contained in:
parent
ebc5aab351
commit
15b06184cd
@ -327,6 +327,7 @@ PartitionSdCard() {
|
||||
if [ $EXTSIZE -gt 0 ] ; then
|
||||
echo -n "creating ext2 partition..."
|
||||
"$CMPARTED" -s "$SDPATH" mkpartfs primary ext2 "$FATSIZE"MB "$EXTEND"MB 2>&1 >>"$LOGFILE"
|
||||
"$CMTUNE2FS" -L sd-ext "$EXTPATH" 2>&1 >>"$LOGFILE"
|
||||
echo "done"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user