Skip to content

build.sh reorganization

nl6720 requested to merge nl6720/archiso:build.sh-reorganization into master
  • Fixes for the baseline profile, FS#64236.
  • The root user is now listed in custom /etc/passwd and /etc/shadow files. This allows to get rid of usermod and passwd commands from customize_airootfs.sh. This requires chmoding in build.sh.
  • Custom airootfs files are copied to working directory before packages are installed.
  • All packages are installed in one go.

Merge request reports