added posixovl static binaries

pull/5/head
Tomas M 2012-09-26 12:12:43 -05:00
parent 0b194102d6
commit e405883f14
4 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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