mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-06 14:15:39 +01:00
Update neoinitarmvuDuo4k
This commit is contained in:
@@ -13,6 +13,7 @@ echo "====================================================> "
|
|||||||
|
|
||||||
NEODEVICE=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
|
NEODEVICE=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
|
||||||
IMAGEKATALOG=ImageBoot
|
IMAGEKATALOG=ImageBoot
|
||||||
|
HOSTNAME=`cat /etc/hostname`
|
||||||
|
|
||||||
|
|
||||||
if [ -e /tmp/.init_reboot ]; then
|
if [ -e /tmp/.init_reboot ]; then
|
||||||
@@ -112,15 +113,19 @@ else
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
MODPROBE=/sbin/modprobe
|
if [ $HOSTNAME = "et5x00" ] ; then
|
||||||
|
break;
|
||||||
|
else
|
||||||
|
MODPROBE=/sbin/modprobe
|
||||||
|
|
||||||
echo "Load video and frame buffer modules ..."
|
echo "Load video and frame buffer modules ..."
|
||||||
#modprobe dvb
|
#modprobe dvb
|
||||||
|
|
||||||
echo "NeoBoot is loading modules"
|
echo "NeoBoot is loading modules"
|
||||||
for mod in dvb; do
|
for mod in dvb; do
|
||||||
$MODPROBE $mod
|
$MODPROBE $mod
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
# Hack for loading modules which are not loaded on diffrent kernel images
|
# Hack for loading modules which are not loaded on diffrent kernel images
|
||||||
/etc/init.d/modutils.sh
|
/etc/init.d/modutils.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user