[PC-BSD Commits] r4978 - in pcbsd/trunk/pc-sysinstall: . backend
svn at pcbsd.org
svn at pcbsd.org
Thu Nov 12 10:42:18 PST 2009
Author: kris
Date: 2009-11-12 10:42:18 -0800 (Thu, 12 Nov 2009)
New Revision: 4978
Modified:
pcbsd/trunk/pc-sysinstall/backend/functions-extractimage.sh
pcbsd/trunk/pc-sysinstall/pcinstall.cfg
Log:
Updated script for rsync, make sure to preserve hard-links
Modified: pcbsd/trunk/pc-sysinstall/backend/functions-extractimage.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/functions-extractimage.sh 2009-11-12 18:41:17 UTC (rev 4977)
+++ pcbsd/trunk/pc-sysinstall/backend/functions-extractimage.sh 2009-11-12 18:42:18 UTC (rev 4978)
@@ -121,7 +121,7 @@
fi
RSYNCPORT="${VAL}" ; export RSYNCPORT
- rsync -avvzsR \
+ rsync -avvzHsR \
--rsync-path="rsync --fake-super" \
-e "ssh -p ${RSYNCPORT}" \
${RSYNCUSER}@${RSYNCHOST}:${RSYNCPATH}/./ ${FSMNT}
Modified: pcbsd/trunk/pc-sysinstall/pcinstall.cfg
===================================================================
--- pcbsd/trunk/pc-sysinstall/pcinstall.cfg 2009-11-12 18:41:17 UTC (rev 4977)
+++ pcbsd/trunk/pc-sysinstall/pcinstall.cfg 2009-11-12 18:42:18 UTC (rev 4978)
@@ -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 1000 /
+disk0-part=UFS 2000 /
disk0-part=SWAP 2000 none
disk0-part=UFS 0 /usr
# Size 0 means use the rest of the slice size
@@ -27,13 +27,6 @@
#netNameServer=208.67.222.222
#netDefaultRouter=192.168.0.1
-netSaveDev=AUTO-DHCP
-#netSaveDev=nfe0
-#netSaveIP=192.168.0.49
-#netSaveMask=255.255.255.0
-#netSaveNameServer=208.67.222.222
-#netSaveDefaultRouter=192.168.0.1
-
# Set if we are installing via optical, USB, or FTP
#installType=PCBSD
installType=FreeBSD
@@ -50,22 +43,3 @@
#installComponents=ports,src
commitInstall
-#autoLoginUser=kris
-
-# Set the root pass
-rootPass=root
-
-# Setup our users
-userName=kris
-userComment=Kris Moore
-userPass=kris
-userShell=/bin/csh
-userHome=/home/kris
-userGroups=wheel,operator
-commitUser
-
-# Options for localizing an install
-localizeLang="ru"
-localizeKeyLayout="ru"
-localizeKeyModel="pc104"
-localizeKeyVariant="intl"
More information about the Commits
mailing list