Changeset 2559
- Timestamp:
- 08/07/08 14:58:35 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.FormatPartition.sh
r2556 r2559 13 13 slice=${2} 14 14 15 15 16 # Check if we need to shutdown any journals on this partition 16 17 ls ${2}*.journal* >/dev/null 2>/dev/null … … 24 25 done 25 26 fi 27 28 # Make sure we have disabled swap on this drive 29 swapoff ${slice}b 30 31 sleep 4 26 32 27 33 # Install new partition setup
