mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
e2fsprogs: add fsck support, add resizer support, add htree support, add compression support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
61a2716bf1
commit
08213ee7be
@ -11,8 +11,8 @@ cd $PKG_BUILD
|
||||
--enable-verbose-makecmds \
|
||||
--enable-symlink-install \
|
||||
--enable-symlink-build \
|
||||
--disable-compression \
|
||||
--disable-htree \
|
||||
--enable-compression \
|
||||
--enable-htree \
|
||||
--enable-elf-shlibs \
|
||||
--disable-bsd-shlibs \
|
||||
--disable-profile \
|
||||
@ -23,8 +23,8 @@ cd $PKG_BUILD
|
||||
--disable-libblkid \
|
||||
--disable-debugfs \
|
||||
--disable-imager \
|
||||
--disable-resizer \
|
||||
--disable-fsck \
|
||||
--enable-resizer \
|
||||
--enable-fsck \
|
||||
--disable-e2initrd-helper \
|
||||
--enable-tls \
|
||||
--disable-uuidd \
|
||||
|
@ -6,9 +6,20 @@ mkdir -p $INSTALL/etc
|
||||
cp $PKG_BUILD/misc/mke2fs.conf $INSTALL/etc
|
||||
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
cp $PKG_BUILD/misc/mke2fs $INSTALL/usr/sbin
|
||||
cp $PKG_BUILD/misc/tune2fs $INSTALL/usr/sbin
|
||||
cp $PKG_BUILD/e2fsck/e2fsck $INSTALL/usr/sbin
|
||||
cp $PKG_BUILD/misc/fsck $INSTALL/usr/sbin
|
||||
ln -sf fsck $INSTALL/usr/sbin/fsck.ext2
|
||||
ln -sf fsck $INSTALL/usr/sbin/fsck.ext3
|
||||
ln -sf fsck $INSTALL/usr/sbin/fsck.ext4
|
||||
ln -sf fsck $INSTALL/usr/sbin/fsck.ext4dev
|
||||
cp $PKG_BUILD/misc/mke2fs $INSTALL/usr/sbin
|
||||
ln -sf mke2fs $INSTALL/usr/sbin/mkfs.ext2
|
||||
ln -sf mke2fs $INSTALL/usr/sbin/mkfs.ext3
|
||||
ln -sf mke2fs $INSTALL/usr/sbin/mkfs.ext4
|
||||
ln -sf mke2fs $INSTALL/usr/sbin/mkfs.ext4dev
|
||||
cp $PKG_BUILD/resize/resize2fs $INSTALL/usr/sbin
|
||||
cp $PKG_BUILD/misc/tune2fs $INSTALL/usr/sbin
|
||||
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/lib/*.so.[0-9] $INSTALL/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user