[PC-BSD Commits] r4868 - in pcbsd/trunk/pc-sysinstall: . backend-query
svn at pcbsd.org
svn at pcbsd.org
Wed Nov 4 09:58:14 PST 2009
Author: kris
Date: 2009-11-04 09:58:14 -0800 (Wed, 04 Nov 2009)
New Revision: 4868
Added:
pcbsd/trunk/pc-sysinstall/backend-query/test-live.sh
Modified:
pcbsd/trunk/pc-sysinstall/pc-sysinstall
pcbsd/trunk/pc-sysinstall/pcinstall.cfg
Log:
Added option which lets us test if we are running from live media, or a real disk
Property changes on: pcbsd/trunk/pc-sysinstall/backend-query/test-live.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: pcbsd/trunk/pc-sysinstall/pc-sysinstall
===================================================================
--- pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-11-04 17:47:25 UTC (rev 4867)
+++ pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-11-04 17:58:14 UTC (rev 4868)
@@ -101,6 +101,10 @@
test-netup) ${QUERYDIR}/test-netup.sh
;;
+ # Run script which determines if we are booted from install media, or on disk
+ test-live) ${QUERYDIR}/test-live.sh
+ ;;
+
# Requested a list of keyboard layouts that xorg supports
xkeyboard-layouts) ${QUERYDIR}/xkeyboard-layouts.sh
;;
Modified: pcbsd/trunk/pc-sysinstall/pcinstall.cfg
===================================================================
--- pcbsd/trunk/pc-sysinstall/pcinstall.cfg 2009-11-04 17:47:25 UTC (rev 4867)
+++ pcbsd/trunk/pc-sysinstall/pcinstall.cfg 2009-11-04 17:58:14 UTC (rev 4868)
@@ -13,7 +13,7 @@
# Setup the disk label
# All sizes are expressed in MB
# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
-disk0-part=UFS 500 /
+disk0-part=UFS 1000 /
disk0-part=SWAP 2000 none
disk0-part=UFS 0 /usr
# Size 0 means use the rest of the slice size
More information about the Commits
mailing list