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:
Jeffrey Townsend
2016-05-10 19:48:22 +00:00
parent fb55df63fd
commit e3233fc49b
10 changed files with 4 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
INSTALLER_EXTRA_FILES=ppc
include $(ONL)/make/config.powerpc.mk
include $(ONL)/builds/any/installer/legacy/fit/builds/Makefile

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,3 @@
#!/bin/sh
export LD_LIBRARY_PATH=$( cd $( dirname -- "$0" ) > /dev/null ; pwd )
$LD_LIBRARY_PATH/mke2fs $@