diff --git a/builds/powerpc/installer/legacy/builds/Makefile b/builds/powerpc/installer/legacy/builds/Makefile index 2302ee8a..43f77a9d 100644 --- a/builds/powerpc/installer/legacy/builds/Makefile +++ b/builds/powerpc/installer/legacy/builds/Makefile @@ -1,2 +1,3 @@ +INSTALLER_EXTRA_FILES=ppc include $(ONL)/make/config.powerpc.mk include $(ONL)/builds/any/installer/legacy/fit/builds/Makefile diff --git a/builds/powerpc/installer/legacy/builds/ppc/libblkid.so.1 b/builds/powerpc/installer/legacy/builds/ppc/libblkid.so.1 new file mode 100644 index 00000000..0860ab90 Binary files /dev/null and b/builds/powerpc/installer/legacy/builds/ppc/libblkid.so.1 differ diff --git a/builds/powerpc/installer/legacy/builds/ppc/libcom_err.so.2 b/builds/powerpc/installer/legacy/builds/ppc/libcom_err.so.2 new file mode 100644 index 00000000..00ae647d Binary files /dev/null and b/builds/powerpc/installer/legacy/builds/ppc/libcom_err.so.2 differ diff --git a/builds/powerpc/installer/legacy/builds/ppc/libdl.so.0 b/builds/powerpc/installer/legacy/builds/ppc/libdl.so.0 new file mode 100644 index 00000000..1533f23c Binary files /dev/null and b/builds/powerpc/installer/legacy/builds/ppc/libdl.so.0 differ diff --git a/builds/powerpc/installer/legacy/builds/ppc/libe2p.so.2 b/builds/powerpc/installer/legacy/builds/ppc/libe2p.so.2 new file mode 100644 index 00000000..822c8d7f Binary files /dev/null and b/builds/powerpc/installer/legacy/builds/ppc/libe2p.so.2 differ diff --git a/builds/powerpc/installer/legacy/builds/ppc/libext2fs.so.2 b/builds/powerpc/installer/legacy/builds/ppc/libext2fs.so.2 new file mode 100644 index 00000000..0a5c721e Binary files /dev/null and b/builds/powerpc/installer/legacy/builds/ppc/libext2fs.so.2 differ diff --git a/builds/powerpc/installer/legacy/builds/ppc/libpthread.so.0 b/builds/powerpc/installer/legacy/builds/ppc/libpthread.so.0 new file mode 100644 index 00000000..b320f246 Binary files /dev/null and b/builds/powerpc/installer/legacy/builds/ppc/libpthread.so.0 differ diff --git a/builds/powerpc/installer/legacy/builds/ppc/libuuid.so.1 b/builds/powerpc/installer/legacy/builds/ppc/libuuid.so.1 new file mode 100644 index 00000000..1d4b0362 Binary files /dev/null and b/builds/powerpc/installer/legacy/builds/ppc/libuuid.so.1 differ diff --git a/builds/powerpc/installer/legacy/builds/ppc/mke2fs b/builds/powerpc/installer/legacy/builds/ppc/mke2fs new file mode 100755 index 00000000..b1369451 Binary files /dev/null and b/builds/powerpc/installer/legacy/builds/ppc/mke2fs differ diff --git a/builds/powerpc/installer/legacy/builds/ppc/mkfs.ext2 b/builds/powerpc/installer/legacy/builds/ppc/mkfs.ext2 new file mode 100755 index 00000000..2ac41d2d --- /dev/null +++ b/builds/powerpc/installer/legacy/builds/ppc/mkfs.ext2 @@ -0,0 +1,3 @@ +#!/bin/sh +export LD_LIBRARY_PATH=$( cd $( dirname -- "$0" ) > /dev/null ; pwd ) +$LD_LIBRARY_PATH/mke2fs $@