mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
e2fsprogs-initramfs: dont install e2fsprogs's fsck applet
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8ceca5a049
commit
3bea32755d
@ -33,7 +33,6 @@ mkdir -p $INSTALL/sbin
|
|||||||
ln -sf e2fsck $INSTALL/sbin/fsck.ext3
|
ln -sf e2fsck $INSTALL/sbin/fsck.ext3
|
||||||
ln -sf e2fsck $INSTALL/sbin/fsck.ext4
|
ln -sf e2fsck $INSTALL/sbin/fsck.ext4
|
||||||
ln -sf e2fsck $INSTALL/sbin/fsck.ext4dev
|
ln -sf e2fsck $INSTALL/sbin/fsck.ext4dev
|
||||||
cp $E2FSPROGS_DIR/misc/fsck $INSTALL/sbin
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/lib
|
mkdir -p $INSTALL/lib
|
||||||
cp -P $E2FSPROGS_DIR/lib/e2p/libe2p.so.* $INSTALL/lib
|
cp -P $E2FSPROGS_DIR/lib/e2p/libe2p.so.* $INSTALL/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user