From a7e27d5511efafff18245f05c1e041b5c6e9a91d Mon Sep 17 00:00:00 2001 From: Heiko Date: Mon, 12 Oct 2020 11:18:39 +0200 Subject: [PATCH] last adjustments installation --- .gitignore | 1 + A1200PlusNetworkDriver.readme | 2 +- DistributionTemplate/Folder.info | Bin 628 -> 628 bytes DistributionTemplate/Install | 6 ++++-- DistributionTemplate/network.info | Bin 628 -> 628 bytes tools/create_lha_distribution.sh | 2 +- 6 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2dce315..99e4607 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ **/.DS_Store **/*.adf **/*.s +**/*.uaem diff --git a/A1200PlusNetworkDriver.readme b/A1200PlusNetworkDriver.readme index 6098ad2..c24374b 100644 --- a/A1200PlusNetworkDriver.readme +++ b/A1200PlusNetworkDriver.readme @@ -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/ diff --git a/DistributionTemplate/Folder.info b/DistributionTemplate/Folder.info index caa27d9ecd26238b2f2f3b07491c67f71352aecb..23a2ce626b0c86ac4c1a2e5de77f8f5bc72c283a 100644 GIT binary patch delta 140 zcmeyu@`Xk2u>b=j0|*2%@H1F4@G-Cf`HT)sfh!!Cf)ggn$wUF=?0}fXL3!E_kU|Cq z0R{#mAS`8A_5VMJ&%_{9@1U&b2Vy&j{`LXUU=YXP_#X%u7=gqym>}2|CI+Tb=j0}wD)F$6MLGVn35F)%YQ3g~{w5YW@lm?$R`)c}+QVF8Cp2|x-0 zj2MiVQW%c^{}19aF$mSOvn)6VVzaZbzX8!;5X0d39|#y2fy6VIAlMcr21aL(iBmo@ MGrDL@?qGZa0EgcmY5)KL diff --git a/DistributionTemplate/Install b/DistributionTemplate/Install index 69eadb1..5bc826f 100644 --- a/DistributionTemplate/Install +++ b/DistributionTemplate/Install @@ -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" ) ) @@ -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.") ) diff --git a/DistributionTemplate/network.info b/DistributionTemplate/network.info index 1d0cb90bc48e64eef72ef29980190103e06675e6..d258c6220f6026c7ffbd8933c94fe2f3f2fe7d9e 100644 GIT binary patch delta 19 Ycmeyu@`YuB6-NUD0|N+ebTVQB06gCW>Hq)$ delta 19 Zcmeyu@`YuB6$b+Y13M7sZFDkX0su8c1YZCE diff --git a/tools/create_lha_distribution.sh b/tools/create_lha_distribution.sh index 742d134..f27c91c 100755 --- a/tools/create_lha_distribution.sh +++ b/tools/create_lha_distribution.sh @@ -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 \ No newline at end of file