Changeset 2582
- Timestamp:
- 08/12/08 11:51:43 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.FindDisk.sh
r2581 r2582 3 3 # Configuration file 4 4 . /usr/local/pcbsd/scripts/PCBSD.Config 5 6 FOUND="0"7 5 8 6 # Create our device listing … … 39 37 40 38 # Echo out the found line for PCInstall to display 41 echo "${DEV}: ${NEWLINE}"39 echo "${DEV}:${NEWLINE}" 42 40 43 41 # Get the fdisk output to be read by PCInstall next
