Torxed / archoffline

Arch Linux Offline ISO
12 stars 0 forks source link

Reworked code to prepare for better separation of duties #4

Closed Torxed closed 1 year ago

Torxed commented 1 year ago

General code cleaning.

Other improvements:

Removed --autorun-archinstall as it can now be achieved by --autorun (a more general parameter). And since archinstall is installed by default on the releng ISO configuration there's no need to git clone and setup the autorun. But instead there's a --archinstall parameter which can forcefully clone the latest git repo of archinstall for test purposes. This now has --ai-branch for selecting the target branch and --ai-url for which upstream git repo to clone. Default is master and https://github.com/archlinux/archinstall.git.