mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 09:17:08 +00:00
Use our own version of mkfs.ext2 while formatting partitions.
- The busybox version run under ONIE does not seem to be able to apply the filesystem label properly. - This is just a temporary stop-gap until the new installer architecture is merged from @carlroth.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
INSTALLER_EXTRA_FILES=ppc
|
||||
include $(ONL)/make/config.powerpc.mk
|
||||
include $(ONL)/builds/any/installer/legacy/fit/builds/Makefile
|
||||
|
||||
BIN
builds/powerpc/installer/legacy/builds/ppc/libblkid.so.1
Normal file
BIN
builds/powerpc/installer/legacy/builds/ppc/libblkid.so.1
Normal file
Binary file not shown.
BIN
builds/powerpc/installer/legacy/builds/ppc/libcom_err.so.2
Normal file
BIN
builds/powerpc/installer/legacy/builds/ppc/libcom_err.so.2
Normal file
Binary file not shown.
BIN
builds/powerpc/installer/legacy/builds/ppc/libdl.so.0
Normal file
BIN
builds/powerpc/installer/legacy/builds/ppc/libdl.so.0
Normal file
Binary file not shown.
BIN
builds/powerpc/installer/legacy/builds/ppc/libe2p.so.2
Normal file
BIN
builds/powerpc/installer/legacy/builds/ppc/libe2p.so.2
Normal file
Binary file not shown.
BIN
builds/powerpc/installer/legacy/builds/ppc/libext2fs.so.2
Normal file
BIN
builds/powerpc/installer/legacy/builds/ppc/libext2fs.so.2
Normal file
Binary file not shown.
BIN
builds/powerpc/installer/legacy/builds/ppc/libpthread.so.0
Normal file
BIN
builds/powerpc/installer/legacy/builds/ppc/libpthread.so.0
Normal file
Binary file not shown.
BIN
builds/powerpc/installer/legacy/builds/ppc/libuuid.so.1
Normal file
BIN
builds/powerpc/installer/legacy/builds/ppc/libuuid.so.1
Normal file
Binary file not shown.
BIN
builds/powerpc/installer/legacy/builds/ppc/mke2fs
Executable file
BIN
builds/powerpc/installer/legacy/builds/ppc/mke2fs
Executable file
Binary file not shown.
3
builds/powerpc/installer/legacy/builds/ppc/mkfs.ext2
Executable file
3
builds/powerpc/installer/legacy/builds/ppc/mkfs.ext2
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
export LD_LIBRARY_PATH=$( cd $( dirname -- "$0" ) > /dev/null ; pwd )
|
||||
$LD_LIBRARY_PATH/mke2fs $@
|
||||
Reference in New Issue
Block a user