added posixovl static binaries
parent
0b194102d6
commit
e405883f14
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue