added posixovl static binaries
parent
0b194102d6
commit
e405883f14
|
|
@ -42,8 +42,8 @@ cd static
|
||||||
./update
|
./update
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cp static/{busybox,mount.ntfs-3g} $INITRAMFS/bin
|
cp static/{busybox,mount.*} $INITRAMFS/bin
|
||||||
chmod a+x $INITRAMFS/bin/{busybox,mount.ntfs-3g}
|
chmod a+x $INITRAMFS/bin/{busybox,mount.*}
|
||||||
|
|
||||||
$INITRAMFS/bin/busybox | grep , | grep -v Copyright | tr "," " " | while read LINE; do
|
$INITRAMFS/bin/busybox | grep , | grep -v Copyright | tr "," " " | while read LINE; do
|
||||||
for TOOL in $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 busybox-$MYARCH ./busybox
|
||||||
ln -f mount.ntfs-3g-$MYARCH ./mount.ntfs-3g
|
ln -f mount.ntfs-3g-$MYARCH ./mount.ntfs-3g
|
||||||
|
ln -f mount.posixovl-$MYARCH ./mount.posixovl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue