Skip to content
Snippets Groups Projects

Get completely rid of the $arch-$platform overlay mechanism

Merged Emanuele Aina requested to merge wip/em/misc into master
1 unresolved thread

Split the overlays in semantic units and include them only where appropriate.

Edited by Emanuele Aina

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
671 671
672 672 - action: overlay
673 source: {{ printf "overlays/%s-platform" $architecture }}
673 source: overlays/default-hosts
674
675 - action: overlay
676 source: overlays/loopback-interface
677
678 - action: overlay
679 source: overlays/default-locale-c-utf8
680
681 - action: overlay
682 source: overlays/supported-locales
683
684 - action: overlay
685 source: overlays/amd64-initramfs-modules
  • added 3 commits

    • 849e855f - 1 commit from branch master
    • caaf2532 - ospack: Split up the arch-platform overlay
    • 783046dc - ospack: Split up all the $arch-$platform overlays

    Compare with previous version

  • Emanuele Aina added 2 commits

    added 2 commits

    • 16d956f5 - ospack: Split up the arch-platform overlay
    • d3be0f88 - ospack: Split up all the $arch-$platform overlays

    Compare with previous version

  • Please register or sign in to reply
    Loading