DAs: Package a 143k image now that Cadius is fixed

This commit is contained in:
Joshua Bell 2018-04-23 08:19:46 -07:00
parent a285a7413b
commit ef79c6dd99
2 changed files with 4 additions and 8 deletions

View File

@ -56,7 +56,7 @@ CADIUS=/tmp/cadius/bin/release/cadius
Then from the `desk.acc/` directory, run: `go/package.sh`
This will generate: `desk.acc/out/DeskAccessories.2mg`
This will generate: `desk.acc/out/DeskAccessories.po`
Mount this disk image in your emulator, or transfer it to a real floppy
with [ADTPro](http://adtpro.com/), then follow the install instructions
@ -75,7 +75,7 @@ be available.
### Other
If you need to copy the files some other way (e.g. via
If you need to copy the files some other way (e.g. via
[CiderPress](http://a2ciderpress.com/)), you need to do the following:
Transfer the `.$F1` files in the `out` directory, ensuring you:
@ -103,5 +103,3 @@ Tips:
* Hold Open-Apple and click on each file in the desired order
* Select Sort Directory from the Apple menu, and verify the order
* Restart

View File

@ -12,7 +12,7 @@ DAS="calculator show.text.file date puzzle sort.directory \
PACKDIR="out/package"
FINFO="$PACKDIR/_FileInformation.txt"
IMGFILE="out/DeskAccessories.2mg"
IMGFILE="out/DeskAccessories.po"
VOLNAME="DESK.ACC"
mkdir -p "$PACKDIR"
@ -29,9 +29,7 @@ done
# Create a new disk image.
# TODO: Make images 143KB once issue is fixed:
# https://github.com/mach-kernel/cadius/issues/22
$CADIUS CREATEVOLUME $IMGFILE $VOLNAME 800KB
$CADIUS CREATEVOLUME $IMGFILE $VOLNAME 143KB
# Add the files into the disk image.