mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
initramfs: install parted, util-linux and e2fsprogs to initramfs if enabled
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
255bd9d610
commit
da38654ea4
@ -36,6 +36,12 @@ if [ "$ISCSI_SUPPORT" = yes ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET open-iscsi:init"
|
||||
fi
|
||||
|
||||
if [ "$INITRAMFS_PARTED_SUPPORT" = yes ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET util-linux:init"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET e2fsprogs:init"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET parted:init"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
cd $ROOT/$BUILD/initramfs
|
||||
mkdir -p $ROOT/$BUILD/image/
|
||||
|
Loading…
x
Reference in New Issue
Block a user