Skip to content

Commit

Permalink
rfs/clear.sh notes /rootfs/bin/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Dec 3, 2024
1 parent dbb4428 commit 54440dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rootfs/src/static/clear/clear.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ find /rootfs/usr/local/static -type f |grep -E "/sbin/|/bin/" |grep -v "/3rd/bin
done

# link-bin,sbin ###########################################
rm -rf /rootfs/usr/bin /rootfs/usr/sbin; mkdir -p /rootfs/usr/bin /rootfs/usr/sbin /rootfs/bin;
ln -s /usr/local/static/3rd/bin/bash /rootfs/bin/; # #!/bin/bash @busybox
rm -rf /rootfs/usr/bin /rootfs/usr/sbin; mkdir -p /rootfs/usr/bin /rootfs/usr/sbin; #/rootfs/bin
# ERROR: failed to solve: cannot copy to non-directory: /var/lib/buildkit/runc-overlayfs/cachemounts/buildkit2366480739/bin
# ln -s /usr/local/static/3rd/bin/bash /rootfs/bin/; # #!/bin/bash @busybox

# clear-xrdp;
# needed: lib/xrdp/libvnc.so;
Expand Down

0 comments on commit 54440dd

Please sign in to comment.