Get completely rid of the $arch-$platform overlay mechanism
1 unresolved thread
1 unresolved thread
Split the overlays in semantic units and include them only where appropriate.
Edited by Emanuele Aina
Merge request reports
Activity
added 1 commit
- 15f2f0a4 - ospack: Split up all the $arch-$platform overlays
added 1 commit
- 0f7a767a - sdk: Enable the /opt/sysroot → /home/sysroot mount unit
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 nitpick: maybe initramfs-modules-amd64? so that all similar overlays appear ordered
Edited by Frédéric Dalleauchanged this line in version 7 of the diff
Please register or sign in to reply