Changeset 2828
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/branches/7.0/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountDisk.sh
r2566 r2828 25 25 26 26 27 # Check if we have a swap partition, and enable it now 28 if [ -e "${ROOTPART}b" ] 29 then 30 swapon ${ROOTPART}b 31 fi 27 32 33 # Set the encrypted swap extension, if the user selected it 28 34 if [ -e "/tmp/encSwap" ] 29 35 then -
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.MountDisk.sh
r2566 r2828 25 25 26 26 27 # Check if we have a swap partition, and enable it now 28 if [ -e "${ROOTPART}b" ] 29 then 30 swapon ${ROOTPART}b 31 fi 27 32 33 # Set the encrypted swap extension, if the user selected it 28 34 if [ -e "/tmp/encSwap" ] 29 35 then
