mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-25 20:33:35 +00:00
Small fixes for HFS formatted drive creation in easyinstall (#511)
* More descriptive messages for creating drive images * Revert back to using hda file extension for created drives
This commit is contained in:
parent
824a9c5ecd
commit
8f1cc95195
@ -460,7 +460,7 @@ function createDrive() {
|
||||
driveSize=$1
|
||||
driveName=$2
|
||||
mkdir -p "$VIRTUAL_DRIVER_PATH"
|
||||
drivePath="${VIRTUAL_DRIVER_PATH}/${driveSize}MB.hds"
|
||||
drivePath="${VIRTUAL_DRIVER_PATH}/${driveSize}MB.hda"
|
||||
|
||||
if [ ! -f "$drivePath" ]; then
|
||||
echo "Creating a ${driveSize}MB Drive"
|
||||
@ -812,14 +812,14 @@ function runChoice() {
|
||||
echo "Installing / Updating RaSCSI OLED Screen - Complete!"
|
||||
;;
|
||||
4)
|
||||
echo "Creating a 600MB drive"
|
||||
echo "Creating an HFS formatted 600MB drive image with LIDO driver"
|
||||
createDrive600MB
|
||||
echo "Creating a 600MB drive - Complete!"
|
||||
echo "Creating an HFS formatted 600MB drive image with LIDO driver - Complete!"
|
||||
;;
|
||||
5)
|
||||
echo "Creating a custom drive"
|
||||
echo "Creating an HFS formatted drive image with LIDO driver"
|
||||
createDriveCustom
|
||||
echo "Creating a custom drive - Complete!"
|
||||
echo "Creating an HFS formatted drive image with LIDO driver - Complete!"
|
||||
;;
|
||||
6)
|
||||
echo "Configuring wired network bridge"
|
||||
|
Loading…
Reference in New Issue
Block a user