keep only 32bit versions of precompiled binaries, those work on 64bit too

This commit is contained in:
TomasM
2017-10-27 04:45:21 -04:00
parent e93ef3b8f8
commit 696e0f904e
12 changed files with 18 additions and 34 deletions
+1 -5
View File
@@ -45,11 +45,7 @@ rm -Rf $INITRAMFS
mkdir -p $INITRAMFS/{bin,dev,etc,lib,lib64,mnt,proc,root,run,sys,tmp,usr,var/log}
ln -s bin $INITRAMFS/sbin
cd static
./update
cd ..
cp static/{busybox,mount.dynfilefs,mount.ntfs-3g,eject} $INITRAMFS/bin
cp static/{busybox,mount.*,eject} $INITRAMFS/bin
chmod a+x $INITRAMFS/bin/{busybox,mount.*,eject}
$INITRAMFS/bin/busybox | grep , | grep -v Copyright | tr "," " " | while read LINE; do