Skip to content

Draft: Don't hardcode archiso files anymore

Erazem Kokot requested to merge archiso-fix into master

This commit moves all the Anarchy files that were in archiso's airootfs directory to their own separate directories in the root of the repo, to prepare for removing archiso files from the repo.

A new build.sh script was created to automate copying the latest archiso files to a temporary directory, adding anarchy's files and compiling the new iso.

Fixes issue #56 (closed).

TODO:

  • Remove the remaining archiso files
  • Decide if we still want to use custom boot files or just keep Arch ones (up for debate) - test and see how it looks
  • Fix update script for new paths
  • Test new iso
  • Update documentation if needed
  • Squash commits for the branch
Edited by Erazem Kokot

Merge request reports