added posixovl static binaries

This commit is contained in:
Tomas M
2012-09-26 12:12:43 -05:00
parent 0b194102d6
commit e405883f14
4 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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.
+1
View File
@@ -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