From 0e1ad0dc32a9555801928cf792ed4a7a8c837df7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 28 Sep 2009 14:38:48 +0200 Subject: [PATCH] image/install: - install newly bootsplash - install debug programgroup --- packages/image/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/image/install b/packages/image/install index 25b53a4d45..545e9e65db 100755 --- a/packages/image/install +++ b/packages/image/install @@ -42,6 +42,9 @@ case "$2" in echo "$GEEXBOX_VERSION" > $INSTALL/etc/version echo "OpenELEC" > $INSTALL/etc/openelec-release +# Graphical Bootsplash + [ "$PLYMOUTH" = yes ] && $SCRIPTS/install plymouth-lite + # Network support [ "$NETWORK" = yes ] && $SCRIPTS/install network @@ -64,7 +67,7 @@ case "$2" in [ "$DEVTOOLS" = yes ] && $SCRIPTS/install gdb [ "$DEVTOOLS" = yes ] && $SCRIPTS/install pciutils # [ "$DEVTOOLS" = yes ] && $SCRIPTS/install driconf - [ "$DEVTOOLS" = yes ] && $SCRIPTS/install test + [ "$DEVTOOLS" = yes ] && $SCRIPTS/install debug # Devtools for Cooreboot... (not for Release) [ "$COREBOOT" = yes ] && $SCRIPTS/install superiotool