henrikstengaard / hstwb-installer

A set of scripts to automate installation of Amiga OS, Kickstart roms and packages to new or existing Amiga HDF files
https://hstwb.firstrealize.com
MIT License
100 stars 7 forks source link

Feature Request: Ability to add packages like MuLibs, P96, AHI, Roadshow, etc. #72

Open luvwagn opened 8 months ago

luvwagn commented 8 months ago

Apologies if this is already there, or can be manually added - but would be awesome to have some templates for things that can be user provided, such as ZZ9000, MMULibs, P96, AHI, Roadshow, and other commonly added packages?

Alternatively, if there's a way to author these from the audience and then include them, that's a great option.

Thank you! Brian.

blindguy commented 8 months ago

What your looking for is in the user-packages folder. You can add a new folder and the .lha and then just create a _installdir file so that you can tell it where to install it. It's awesome. Here are some notes form the read me:

This directory contains user packages for HstWB Installer and each directory represents a user package. A user package must contains a _installdir file with path to indicate where the user packages will be installed.

HstWB Installer will be default copy files in a user package to path defined in _installdir file. The installation can be customized by adding a _install AmigaDOS script file to user package directory and make use of USERPACKAGEDIR: assign set to root of user package directory and $INSTALLDIR variable set to path from _installdir file.