Skip to content

Commit

Permalink
chore: use default symlinks to /bin in base
Browse files Browse the repository at this point in the history
Use default symlinks from `/toolchain/bin` to `/bin` in `base`.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Jan 4, 2023
1 parent 325c9bf commit 8965bee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions base/pkg.yaml
Expand Up @@ -12,9 +12,8 @@ steps:
cp -R /toolchain/lib/libz* /lib
mkdir /bin
ln -sv /toolchain/bin/bash /bin/bash
find /toolchain/bin -type f -executable -printf "%f\n" | xargs -I {} ln -s /toolchain/bin/{} /bin/{}
ln -sv /toolchain/bin/bash /bin/sh
ln -sv /toolchain/bin/pwd /bin/pwd
adjust.sh
finalize:
Expand Down
1 change: 0 additions & 1 deletion ipxe/pkg.yaml
Expand Up @@ -15,7 +15,6 @@ steps:
IPXE_VERSION: 1.21.1+git+{{ substr 0 7 .ipxe_ref }}+sidero
prepare:
- |
ln -s /toolchain/bin/echo /bin/echo
tar -xzf ipxe.tar.gz --strip-components=1
patch -p1 < /pkg/patches/https.patch
Expand Down

0 comments on commit 8965bee

Please sign in to comment.