[PC-BSD Commits] r2562 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Fri Aug 8 07:42:43 PDT 2008
Author: kris
Date: 2008-08-08 07:42:43 -0700 (Fri, 08 Aug 2008)
New Revision: 2562
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountDisk.sh
Log:
Fixed a bug when using ZFS, also works with multiple partitions now
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountDisk.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountDisk.sh 2008-08-08 14:16:29 UTC (rev 2561)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountDisk.sh 2008-08-08 14:42:43 UTC (rev 2562)
@@ -42,7 +42,7 @@
# Get the raw ZFSROOTPART name, and mount it
ZFSROOTPART="`echo $ROOTPART | cut -d "/" -f 3`"
- zfs create ${ZFSROOTPART}e/root
+ zfs create ${ZFSROOTPART}d/root
zfs set mountpoint=/mnt ${ZFSROOTPART}d/root
echo "legacy" > /uzip/zfsmnts/${ZFSROOTPART}d
More information about the Commits
mailing list