added posixovl static binaries
This commit is contained in:
@@ -42,8 +42,8 @@ cd static
|
||||
./update
|
||||
cd ..
|
||||
|
||||
cp static/{busybox,mount.ntfs-3g} $INITRAMFS/bin
|
||||
chmod a+x $INITRAMFS/bin/{busybox,mount.ntfs-3g}
|
||||
cp static/{busybox,mount.*} $INITRAMFS/bin
|
||||
chmod a+x $INITRAMFS/bin/{busybox,mount.*}
|
||||
|
||||
$INITRAMFS/bin/busybox | grep , | grep -v Copyright | tr "," " " | while read LINE; do
|
||||
for TOOL in $LINE; do
|
||||
|
||||
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
@@ -24,3 +24,4 @@ fi
|
||||
|
||||
ln -f busybox-$MYARCH ./busybox
|
||||
ln -f mount.ntfs-3g-$MYARCH ./mount.ntfs-3g
|
||||
ln -f mount.posixovl-$MYARCH ./mount.posixovl
|
||||
|
||||
Reference in New Issue
Block a user