Skip to content

Commit

Permalink
Merge /bin
Browse files Browse the repository at this point in the history
  • Loading branch information
xnox authored and a-crate committed Mar 4, 2025
1 parent fc68bca commit 5a4a043
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wolfi-baselayout.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: wolfi-baselayout
version: 20230201
epoch: 17
epoch: 18
description: "baselayout data for Wolfi"
copyright:
- license: MIT
Expand All @@ -10,7 +10,7 @@ package:
- ca-certificates-bundle
provides:
- merged-sbin
#- merged-bin
- merged-bin
#- merged-usrsbin
#- merged-lib

Expand Down Expand Up @@ -43,19 +43,19 @@ pipeline:
- name: Install
runs: |
for i in dev etc etc/profile.d etc/secfixes.d home lib proc root var/log usr/bin usr/local/lib sys tmp var/spool/cron opt run usr/lib; do
for i in dev etc etc/profile.d etc/secfixes.d home proc root var/log usr/bin usr/local/lib sys tmp var/spool/cron opt run usr/lib; do
mkdir -p "${{targets.destdir}}"/${i}
done
# split-usr
# mkdir -p ${{targets.destdir}}/sbin
mkdir -p ${{targets.destdir}}/bin
# mkdir -p ${{targets.destdir}}/bin
mkdir -p ${{targets.destdir}}/usr/sbin
mkdir -p ${{targets.destdir}}/lib
# usr-merge
ln -s usr/bin ${{targets.destdir}}/sbin
# ln -s usr/bin ${{targets.destdir}}/bin
ln -s usr/bin ${{targets.destdir}}/bin
# ln -s bin ${{targets.destdir}}/usr/sbin
# ln -s usr/lib ${{targets.destdir}}/usr/lib
Expand Down

0 comments on commit 5a4a043

Please sign in to comment.