Skip to content

Commit

Permalink
last adjustments installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MOS6510 committed Oct 12, 2020
1 parent a9df494 commit a7e27d5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
**/.DS_Store
**/*.adf
**/*.s
**/*.uaem
2 changes: 1 addition & 1 deletion A1200PlusNetworkDriver.readme
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DESCRIPTION:

INSTALLATION:

Execute the installer script from Workbench or copy all files manually:
Execute the Amiga installer script from Workbench or copy all files manually:

network/ksz8851.device.020 => devs:networks/ksz8851.device
ksz8851.config => envarc:sana2/ + env:sana2/
Expand Down
Binary file modified DistributionTemplate/Folder.info
Binary file not shown.
6 changes: 4 additions & 2 deletions DistributionTemplate/Install
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

(set #msg-final-installed
(cat "Installation complete!\n\n"
"ksz8851 device driver 1.0 is on your system!\n\nMay the force be with you! :-)\n"
"The Amiga1200Plus network driver ('ksz8851.device') is installed successfully! "
"You can now use the driver with your preferred TCP stack."
"\n\nMay the force be with you! :-)\n"
)
)

Expand All @@ -28,7 +30,7 @@
))

(set #intro (cat "\nAmiga1200 Plus Network Device Driver " #current_version
"\n====================================\n(c) 2019 Heiko Pruessing\n"
"\n========================================\n(c) 2020 Heiko Pruessing\n\n"
"Welcome to the installation program of Amiga1200 Plus network device driver ('ksz8851.device'). "
"Use this tool to install the device driver on your Amiga system or to update a previously installed release.")
)
Expand Down
Binary file modified DistributionTemplate/network.info
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/create_lha_distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cp KSZ8851/devicedriver/build/build-${ARCH}/ksz8851.device.${ARCH} ${DISTDIR}/ne
mv ${DISTDIR}/Folder.info ${DISTDIR}.info

cd ${DISTDIR}/..
lha c --ignore-mac-files $1 ${DISTDIRNAME}*
lha c --ignore-mac-files -x *.uaem $1 ${DISTDIRNAME}*
cd ../..
lha l $1

0 comments on commit a7e27d5

Please sign in to comment.