mirror of
https://mojerepo.cf/NeoBoot/NeoBoot-9.git
synced 2025-10-27 16:36:17 +01:00
Add files via upload
This commit is contained in:
BIN
NeoBoot/bin/fbclear
Normal file
BIN
NeoBoot/bin/fbclear
Normal file
Binary file not shown.
BIN
NeoBoot/bin/fbcleararm
Normal file
BIN
NeoBoot/bin/fbcleararm
Normal file
Binary file not shown.
BIN
NeoBoot/bin/fbclearmips
Normal file
BIN
NeoBoot/bin/fbclearmips
Normal file
Binary file not shown.
BIN
NeoBoot/bin/fontforneoboot.ttf
Normal file
BIN
NeoBoot/bin/fontforneoboot.ttf
Normal file
Binary file not shown.
130
NeoBoot/bin/inithelp
Normal file
130
NeoBoot/bin/inithelp
Normal file
@@ -0,0 +1,130 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
TARGET=Flash
|
||||||
|
NEODEVICE=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
|
||||||
|
IMAGEKATALOG=ImageBoot
|
||||||
|
UPLOADKATALOG=ImagesUpload
|
||||||
|
|
||||||
|
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then
|
||||||
|
mnttest="nouuid"
|
||||||
|
if [ -e $NEOBOOT/bin/install ]; then
|
||||||
|
orgimag1=`mount | sed '/sd/!d' | cut -d" " -f1`
|
||||||
|
selectinstall=`cat $NEOBOOT/bin/install`
|
||||||
|
for item in $orgimag1; do
|
||||||
|
selectmnt=`blkid | sed "/$selectinstall/!d" | cut -d":" -f1`
|
||||||
|
if [ $selectmnt == $item ]; then
|
||||||
|
echo "selectmnt=" $selectmnt
|
||||||
|
mnttest="uuid"
|
||||||
|
mount $selectmnt $NEODEVICE > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
|
||||||
|
echo "NEOBOOT hasn't been installed on: " $selectmnt
|
||||||
|
umount $NEODEVICE > /dev/null 2>&1
|
||||||
|
else
|
||||||
|
echo "NEOBOOT has been installed on: " $selectmnt
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -e $NEOBOOTMOUNT$IMAGE.neonextboot ] ; then
|
||||||
|
/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then
|
||||||
|
ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > $NEODEVICE$IMAGEKATALOG/.neonextboot
|
||||||
|
echo "Error - Back to Flash... "
|
||||||
|
sleep 5; reboot -f
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then
|
||||||
|
TARGET=`cat $NEODEVICE$IMAGEKATALOG/.neonextboot`
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if [ $TARGET = "Flash" ]; then
|
||||||
|
echo "BOOTNEO is booting image from " $TARGET
|
||||||
|
/bin/umount -l
|
||||||
|
/usr/bin/showiframe /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/neowait.mvi > /dev/null 2>&1
|
||||||
|
sleep 3
|
||||||
|
ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
reboot -f
|
||||||
|
else
|
||||||
|
|
||||||
|
######### test boot new imaga>>>>
|
||||||
|
VUMODEL=$( cat /proc/stb/info/vumodel )
|
||||||
|
BOXNAME=$( cat /etc/hostname)
|
||||||
|
DIRECTORY=ImageBoot
|
||||||
|
UPLOAD=ImagesUpload
|
||||||
|
DEVICEBOOT=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
|
||||||
|
if [ -e $DEVICEBOOT$DIRECTORY/$TARGET/.control_ok ]; then
|
||||||
|
[ $PL ] && echo "Nie ma bledu, normalny start image..." || echo "No Error - Booting image normal..."
|
||||||
|
else
|
||||||
|
|
||||||
|
VUMODEL=`cat /proc/stb/info/vumodel`
|
||||||
|
BOXNAME=`cat /etc/hostname`
|
||||||
|
if [ -e $DEVICEBOOT$DIRECTORY/$TARGET/.control_boot_new_image ]; then
|
||||||
|
echo "First start image - The first attempt to launch a new image... "; rm -f $DEVICEBOOT$DIRECTORY/$TARGET/.control_boot_new_image
|
||||||
|
else
|
||||||
|
if [ ! -e $DEVICEBOOT$DIRECTORY/$TARGET/.control_ok ] ; then
|
||||||
|
if [ $BOXNAME = "vuultimo4k" ] || [ $BOXNAME = "vusolo4k" ] || [ $BOXNAME = "vuuno4kse" ] || [ $BOXNAME = "vuuno4k" ]; then
|
||||||
|
if [ -d /proc/stb ] ; then
|
||||||
|
echo " Install kernel image flash.... " $BOXNAME
|
||||||
|
dd if=$DEVICEBOOT$UPLOAD/.kernel/flash-kernel-$VUMODEL.bin of=/dev/mmcblk0p1
|
||||||
|
fi
|
||||||
|
elif [ $BOXNAME = "vuzero4k" ] ; then
|
||||||
|
if [ -d /proc/stb ] ; then
|
||||||
|
echo " Install kernel image flash.... " $BOXNAME
|
||||||
|
dd if=$DEVICEBOOT$UPLOAD/.kernel/flash-kernel-$VUMODEL.bin of=/dev/mmcblk0p4
|
||||||
|
fi
|
||||||
|
elif [ $BOXNAME = "vuduo4k" ] ; then
|
||||||
|
if [ -d /proc/stb ] ; then
|
||||||
|
echo " Install kernel image flash.... " $BOXNAME
|
||||||
|
dd if=$DEVICEBOOT$UPLOAD/.kernel/flash-kernel-$VUMODEL.bin of=/dev/mmcblk0p6
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
echo "Wrong kernel. Press number 3" > $DEVICEBOOT$UPLOAD/.kernel/used_flash_kernel
|
||||||
|
ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > $DEVICEBOOT$DIRECTORY/.neonextboot
|
||||||
|
echo "Error - NeoBoot he can not run it image !!! "
|
||||||
|
echo "Restart STB - Back to Flash... "
|
||||||
|
sleep 5; reboot -f
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
######### test boot new image<<<<<
|
||||||
|
|
||||||
|
if [ -e $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh ] ; then
|
||||||
|
rm -f $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
fi
|
||||||
|
cp -f /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neom $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
orgimag=`mount | sed '/sd/!d' | cut -d" " -f1`
|
||||||
|
for item in $orgimag; do
|
||||||
|
ohdd=`echo $item | cut -d"/" -f3`
|
||||||
|
nhdd=`mount | sed "/\$ohdd/!d" | sed q | cut -d" " -f3`
|
||||||
|
if [ $nhdd ==$(cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location) ]; then
|
||||||
|
echo $nhdd
|
||||||
|
echo "mkdir "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mount "$item $nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "[NeoBOOT] created in /usr/bin the file enigma2_pre_start.sh "
|
||||||
|
else
|
||||||
|
echo "umount "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mkdir "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mount "$item $nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "[NeoBOOT] enigma2_pre_start.sh "
|
||||||
|
echo ok
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
chmod 0755 $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
#chattr -i $LOCATION$IMAGEBOOT/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "NeoBOOT created the file mount enigma2_pre_start.sh "
|
||||||
|
sleep 2
|
||||||
|
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
|
||||||
BIN
NeoBoot/bin/libpngneo
Normal file
BIN
NeoBoot/bin/libpngneo
Normal file
Binary file not shown.
BIN
NeoBoot/bin/nanddump_arm
Normal file
BIN
NeoBoot/bin/nanddump_arm
Normal file
Binary file not shown.
BIN
NeoBoot/bin/nanddump_mips
Normal file
BIN
NeoBoot/bin/nanddump_mips
Normal file
Binary file not shown.
BIN
NeoBoot/bin/neobm
Normal file
BIN
NeoBoot/bin/neobm
Normal file
Binary file not shown.
BIN
NeoBoot/bin/neobm_mips
Normal file
BIN
NeoBoot/bin/neobm_mips
Normal file
Binary file not shown.
BIN
NeoBoot/bin/neobmarm
Normal file
BIN
NeoBoot/bin/neobmarm
Normal file
Binary file not shown.
BIN
NeoBoot/bin/neoinitarm
Normal file
BIN
NeoBoot/bin/neoinitarm
Normal file
Binary file not shown.
182
NeoBoot/bin/neoinitarmvu
Normal file
182
NeoBoot/bin/neoinitarmvu
Normal file
@@ -0,0 +1,182 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#script mod by gutosie
|
||||||
|
#neo init arm
|
||||||
|
|
||||||
|
NEODEVICE=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
|
||||||
|
IMAGEKATALOG=ImageBoot
|
||||||
|
|
||||||
|
|
||||||
|
if [ -f /tmp/.init_reboot ]; then
|
||||||
|
rm /tmp/.init_reboot
|
||||||
|
break;
|
||||||
|
else
|
||||||
|
if [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/.neonextboot ] ; then
|
||||||
|
CELBOOT=`cat $NEODEVICE$IMAGEKATALOG/.neonextboot`
|
||||||
|
if [ $CELBOOT = "Flash" ]; then
|
||||||
|
exec /sbin/init.sysvinit $*
|
||||||
|
exit 0
|
||||||
|
else
|
||||||
|
echo " "
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
LIBDIR=/lib/modules/`uname -r`
|
||||||
|
if [ ! -d $LIBDIR ]; then
|
||||||
|
LIBDIR=/lib/modules/`ls /lib/modules | tail -n 1`
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ `mount | grep /proc | wc -l` -lt 1 ]; then
|
||||||
|
#/bin/mount -a
|
||||||
|
/bin/mount -t proc proc /proc > /dev/null 2>&1
|
||||||
|
/bin/mount -t sysfs sysfs /sys > /dev/null 2>&1
|
||||||
|
/sbin/depmod -Ae > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "/sbin/mdev" > /proc/sys/kernel/hotplug
|
||||||
|
/etc/init.d/mdev > /dev/null 2>&1
|
||||||
|
|
||||||
|
sleep 5
|
||||||
|
mnttest="nouuid"
|
||||||
|
if [ -e /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/install ]; then
|
||||||
|
orgimag1=`mount | sed '/sd/!d' | cut -d" " -f1`
|
||||||
|
selectinstall=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/install`
|
||||||
|
for item in $orgimag1; do
|
||||||
|
selectmnt=`blkid | sed "/$selectinstall/!d" | cut -d":" -f1`
|
||||||
|
if [ $selectmnt == $item ]; then
|
||||||
|
mnttest="uuid"
|
||||||
|
mount $selectmnt `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
if [ ! -e `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`ImageBoot ]; then
|
||||||
|
umount `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` > /dev/null 2>&1
|
||||||
|
else
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
if [ ! -e `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG ]; then
|
||||||
|
mkdir -p /media/hdd > /dev/null 2>&1
|
||||||
|
mkdir -p /media/usb > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
if [ ! -e `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` ]; then
|
||||||
|
mkdir `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
if [ $mnttest == "nouuid" ] ; then
|
||||||
|
DEVICES1=`find /dev/sd??`
|
||||||
|
for DEVICE in $DEVICES1;
|
||||||
|
do
|
||||||
|
if [ -e `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` ]; then
|
||||||
|
mount $DEVICE `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
if [ ! -e `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`ImageBoot ]; then
|
||||||
|
umount `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` > /dev/null 2>&1
|
||||||
|
else
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then
|
||||||
|
/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh
|
||||||
|
sleep 2
|
||||||
|
fi
|
||||||
|
|
||||||
|
UPLOAD=ImagesUpload
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
|
||||||
|
ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > $NEODEVICE$IMAGEKATALOG/.neonextboot
|
||||||
|
echo "Reinstall kernel -Press number 3" > $NEODEVICE$UPLOAD/.kernel/used_flash_kernel
|
||||||
|
reboot -f
|
||||||
|
fi
|
||||||
|
|
||||||
|
TARGET=Flash
|
||||||
|
if [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/.neonextboot ]; then
|
||||||
|
TARGET=`cat $NEODEVICE$IMAGEKATALOG/.neonextboot`
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ $TARGET = "Flash" ]; then
|
||||||
|
/bin/umount /media/usb > /dev/null 2>&1
|
||||||
|
/bin/umount /media/hdd > /dev/null 2>&1
|
||||||
|
ln -sfn /sbin/init.sysvinit /sbin/init > /dev/null 2>&1
|
||||||
|
else
|
||||||
|
|
||||||
|
if [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/.control_ok ]; then
|
||||||
|
echo "No Error - Booting image normal..."
|
||||||
|
else
|
||||||
|
if [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/.control_boot_new_image ]; then
|
||||||
|
echo "First start image - The first attempt to launch a new image... ";
|
||||||
|
rm -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/.control_boot_new_image > /dev/null 2>&1
|
||||||
|
else
|
||||||
|
HOSTNAME=`cat /etc/hostname`
|
||||||
|
if [ ! -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/.control_ok ] ; then
|
||||||
|
if [ $HOSTNAME = "vuultimo4k" ] || [ $HOSTNAME = "vusolo4k" ] || [ $HOSTNAME = "vuuno4kse" ] || [ $HOSTNAME = "vuuno4k" ]; then
|
||||||
|
dd if=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$UPLOAD/.kernel/flash-kernel-$HOSTNAME.bin of=/dev/mmcblk0p1
|
||||||
|
elif [ $HOSTNAME = "vuzero4k" ] ; then
|
||||||
|
dd if=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$UPLOAD/.kernel/flash-kernel-$HOSTNAME.bin of=/dev/mmcblk0p4
|
||||||
|
elif [ $HOSTNAME = "vuduo4k" ] ; then
|
||||||
|
dd if=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$UPLOAD/.kernel/flash-kernel-$HOSTNAME.bin of=/dev/mmcblk0p6
|
||||||
|
fi
|
||||||
|
echo "Wrong kernel. Press number 3" > `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$UPLOAD/.kernel/used_flash_kernel
|
||||||
|
ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/.neonextboot sleep 5; reboot -f
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -d $NEODEVICE$IMAGEKATALOG/$TARGET ]; then
|
||||||
|
if [ -f $NEODEVICE$IMAGEKATALOG/$TARGET/etc/init.d/udev ]; then
|
||||||
|
sed -ie s!"\$4"!"\$3"!g $NEODEVICE$IMAGEKATALOG/$TARGET/etc/init.d/udev
|
||||||
|
fi
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
|
/bin/mount -o bind /dev $NEODEVICE$IMAGEKATALOG/$TARGET/dev
|
||||||
|
/bin/mount -o bind /proc $NEODEVICE$IMAGEKATALOG/$TARGET/proc
|
||||||
|
/bin/mount -o bind /sys $NEODEVICE$IMAGEKATALOG/$TARGET/sys
|
||||||
|
|
||||||
|
rm $NEODEVICE$IMAGEKATALOG/$TARGET$NEODEVICE > /dev/null 2>&1
|
||||||
|
mkdir $NEODEVICE$IMAGEKATALOG/$TARGET$NEODEVICE > /dev/null 2>&1
|
||||||
|
orgimag=`mount | sed '/sd/!d' | cut -d" " -f1`
|
||||||
|
rm -f $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
cp -f /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
for item in $orgimag; do
|
||||||
|
ohdd=`echo $item | cut -d"/" -f3`
|
||||||
|
nhdd=`mount | sed "/\$ohdd/!d" | sed q | cut -d" " -f3`
|
||||||
|
if [ $nhdd == '$NEODEVICE' ]; then
|
||||||
|
echo $nhdd
|
||||||
|
echo "mkdir "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mount "$item $nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
else
|
||||||
|
echo "umount "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mkdir "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mount "$item $nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo ok
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
chmod 755 `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
#/bin/mount /dev/sda1 $NEODEVICE$IMAGEKATALOG/$TARGET/media/hdd
|
||||||
|
if [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/sbin/init.sysvinit ]; then
|
||||||
|
exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /sbin/init.sysvinit
|
||||||
|
elif [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/sbin/init ]; then
|
||||||
|
exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /sbin/init
|
||||||
|
else
|
||||||
|
/usr/bin/showiframe /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/error.mvi > /dev/null 2>&1
|
||||||
|
sync; ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/.neonextboot
|
||||||
|
echo "Used Kernel: Reinstall kernel !" > `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$UPLOAD/.kernel/used_flash_kernel
|
||||||
|
sleep 15; reboot -f
|
||||||
|
|
||||||
|
fi
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f /sbin/init.sysvinit ]; then
|
||||||
|
exec /sbin/init.sysvinit $1
|
||||||
|
fi
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
exit
|
||||||
318
NeoBoot/bin/neoinitmips
Normal file
318
NeoBoot/bin/neoinitmips
Normal file
@@ -0,0 +1,318 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#DESCRIPTION = This script mod. by gutosie
|
||||||
|
#NeoBoot INIT
|
||||||
|
#Scrypt Unix Shell - init for neoboot
|
||||||
|
|
||||||
|
echo "====================================================> "
|
||||||
|
echo " "
|
||||||
|
echo " -=*[ NEOBOOT - BOOT UP ]*=- "
|
||||||
|
echo " NEO BOOT INIT Version: gutosie "
|
||||||
|
echo " q(-_-)p "
|
||||||
|
echo " "
|
||||||
|
echo "====================================================> "
|
||||||
|
|
||||||
|
NEODEVICE=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
|
||||||
|
IMAGEKATALOG=ImageBoot
|
||||||
|
|
||||||
|
if [ -e /tmp/.init_reboot ]; then
|
||||||
|
rm /tmp/.init_reboot
|
||||||
|
break;
|
||||||
|
|
||||||
|
else
|
||||||
|
if [ -e $NEODEVICE$IMAGEKATALOG ] ; then
|
||||||
|
CELBOOT=`cat $NEODEVICE$IMAGEKATALOG/.neonextboot`
|
||||||
|
if [ $CELBOOT = "Flash" ]; then
|
||||||
|
exec /sbin/init.sysvinit $*
|
||||||
|
exit 0
|
||||||
|
else
|
||||||
|
echo " "
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
mknod /dev/sda b 8 0
|
||||||
|
mknod /dev/sda1 b 8 1
|
||||||
|
mknod /dev/sda2 b 8 2
|
||||||
|
mknod /dev/sdb b 8 16
|
||||||
|
mknod /dev/sdb1 b 8 17
|
||||||
|
mknod /dev/sdb2 b 8 18
|
||||||
|
mknod /dev/sdc b 8 32
|
||||||
|
mknod /dev/sdc1 b 8 33
|
||||||
|
mknod /dev/sdc2 b 8 34
|
||||||
|
mknod /dev/sdd b 8 48
|
||||||
|
mknod /dev/sdd1 b 8 49
|
||||||
|
mknod /dev/sdd2 b 8 50
|
||||||
|
|
||||||
|
mkdir /dev/input
|
||||||
|
mknod /dev/input/event0 c 13 64
|
||||||
|
|
||||||
|
mknod /dev/fb0 c 29 0
|
||||||
|
mkdir /dev/fb
|
||||||
|
ln -s ../fb0 /dev/fb/0
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
|
LIBDIR=/lib/modules/`uname -r`
|
||||||
|
if [ ! -d $LIBDIR ]; then
|
||||||
|
LIBDIR=/lib/modules/`ls /lib/modules | tail -n 1`
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ `mount | grep /proc | wc -l` -lt 1 ]; then
|
||||||
|
/bin/mount -t proc proc /proc > /dev/null 2>&1
|
||||||
|
/bin/mount -t sysfs sysfs /sys > /dev/null 2>&1
|
||||||
|
/sbin/depmod -Ae > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "NeoBoot is starting mdev and mout HDD USB ..."
|
||||||
|
echo "/sbin/mdev" > /proc/sys/kernel/hotplug
|
||||||
|
/etc/init.d/mdev > /dev/null 2>&1
|
||||||
|
|
||||||
|
sleep 5
|
||||||
|
echo " "
|
||||||
|
|
||||||
|
############..>>>>>>>>
|
||||||
|
echo "Search NEOBOOT... "
|
||||||
|
mnttest="nouuid"
|
||||||
|
if [ -e $NEOBOOT/bin/install ]; then
|
||||||
|
orgimag1=`mount | sed '/sd/!d' | cut -d" " -f1`
|
||||||
|
selectinstall=`cat $NEOBOOT/bin/install`
|
||||||
|
for item in $orgimag1; do
|
||||||
|
selectmnt=`blkid | sed "/$selectinstall/!d" | cut -d":" -f1`
|
||||||
|
if [ $selectmnt == $item ]; then
|
||||||
|
echo "selectmnt=" $selectmnt
|
||||||
|
mnttest="uuid"
|
||||||
|
mount $selectmnt $NEODEVICE > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
|
||||||
|
echo "NEOBOOT hasn't been installed on: " $selectmnt
|
||||||
|
umount $NEODEVICE > /dev/null 2>&1
|
||||||
|
else
|
||||||
|
echo "NEOBOOT has been installed on: " $selectmnt
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
|
||||||
|
mkdir $NEODEVICE > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ $mnttest="nouuid" ] ; then
|
||||||
|
echo "NeoBoot mount by Device"
|
||||||
|
DEVICES1=`find /dev/sd??`
|
||||||
|
for DEVICE in $DEVICES1;
|
||||||
|
do
|
||||||
|
if [ -e $NEODEVICE ]; then
|
||||||
|
echo "neoboot checking installation on: " $DEVICE
|
||||||
|
mount $DEVICE $NEODEVICE > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
|
||||||
|
echo "NeoBoot hasn't been installed on: " $DEVICE
|
||||||
|
umount $NEODEVICE > /dev/null 2>&1
|
||||||
|
else
|
||||||
|
echo "NEOBOOTt has been installed on: " $DEVICE
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
elif [ $mnttest="uuid" ]; then
|
||||||
|
echo "NEOBOOT mount by UUID"
|
||||||
|
fi
|
||||||
|
|
||||||
|
###>>>>>>>>>>>>>>>>>
|
||||||
|
|
||||||
|
|
||||||
|
#dodatkowe szukanie neoboota
|
||||||
|
#mount /dev/sdb1 $NEO > /dev/null 2>&1 # <<< tu mozesz zmienic sdb1 i wpisac Twoje montowanie dysku dla neoboot
|
||||||
|
|
||||||
|
MODPROBE=/sbin/modprobe
|
||||||
|
|
||||||
|
echo "Load video and frame buffer modules ..."
|
||||||
|
modprobe dvb
|
||||||
|
|
||||||
|
echo "NeoBoot is loading modules"
|
||||||
|
for mod in dvb; do
|
||||||
|
echo "=======================> NeoBoot is loading modules"
|
||||||
|
$MODPROBE $mod
|
||||||
|
done
|
||||||
|
|
||||||
|
# Hack for loading modules which are not loaded on diffrent kernel images
|
||||||
|
/etc/init.d/sysfs.sh
|
||||||
|
/etc/init.d/modutils.sh
|
||||||
|
|
||||||
|
#
|
||||||
|
echo "Set BOOTLOGO ..."
|
||||||
|
sleep 1
|
||||||
|
|
||||||
|
cat /etc/videomode > /proc/stb/video/videomode
|
||||||
|
|
||||||
|
#we must wait until udev has created the video device
|
||||||
|
(
|
||||||
|
if [ -d /proc/stb ]; then
|
||||||
|
while true; do
|
||||||
|
if [ -e /dev/dvb/adapter0/video0 ]; then
|
||||||
|
break;
|
||||||
|
fi;
|
||||||
|
done;
|
||||||
|
fi;
|
||||||
|
[ -e /etc/dropbear/dropbear_rsa_host_key ] && /usr/bin/showiframe /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/neowait.mvi;
|
||||||
|
) &
|
||||||
|
|
||||||
|
/etc/init.d/bootlogo > /dev/null 2>&1
|
||||||
|
|
||||||
|
sleep 2
|
||||||
|
echo "Driverload end"
|
||||||
|
|
||||||
|
if [ -f $LIBDIR/kernel/fs/autofs4/autofs4.ko ]; then
|
||||||
|
/sbin/insmod $LIBDIR/kernel/fs/autofs4/autofs4.ko > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -e /tmp/init_reboot ]; then
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -e /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/neobm ]; then
|
||||||
|
echo " Neo-Boot start boot manager "
|
||||||
|
echo " Waiting to change image - 20s "
|
||||||
|
echo " "
|
||||||
|
/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/neologo.mvi > /dev/null 2>&1
|
||||||
|
sleep 1
|
||||||
|
/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/neobm > /dev/null 2>&1
|
||||||
|
/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/fbclear > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
|
||||||
|
UPLOAD=ImagesUpload
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
|
||||||
|
echo "Error mounting, Return to image Flash..."
|
||||||
|
sleep 2
|
||||||
|
ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > $NEODEVICE$IMAGEKATALOG/.neonextboot
|
||||||
|
echo "Reinstall kernel -Press number 3" > $NEODEVICE$UPLOAD/.kernel/used_flash_kernel
|
||||||
|
echo " Sending all processes the TERM- KILL signal..."
|
||||||
|
reboot -f
|
||||||
|
fi
|
||||||
|
|
||||||
|
#ln -sfn /sbin/init.sysvinit /sbin/init #<<<<___after adding it will return to image flash
|
||||||
|
|
||||||
|
TARGET=Flash
|
||||||
|
if [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/.neonextboot ]; then
|
||||||
|
TARGET=`cat $NEODEVICE$IMAGEKATALOG/.neonextboot`
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ $TARGET = "Flash" ]; then
|
||||||
|
echo "NEOBOOT is booting image from " $TARGET
|
||||||
|
/bin/umount /media/usb > /dev/null 2>&1
|
||||||
|
/bin/umount /media/hdd > /dev/null 2>&1
|
||||||
|
/usr/bin/showiframe /usr/share/bootlogo.mvi > /dev/null 2>&1
|
||||||
|
sync; ln -sfn /sbin/init.sysvinit /sbin/init#; /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neom
|
||||||
|
echo "----------------------------------"
|
||||||
|
echo " BOOT UP IMAGE FROM FLASH "
|
||||||
|
echo "----------------------------------"
|
||||||
|
else
|
||||||
|
|
||||||
|
######### test boot new imaga>>>>
|
||||||
|
if [ -e $NEODEVICE$IMAGEKATALOG/$TARGET/.control_ok ]; then
|
||||||
|
[ $PL ] && echo "Nie ma bledu, normalny start image..." || echo "No Error - Booting image normal..."
|
||||||
|
else
|
||||||
|
if [ -e $NEODEVICE$IMAGEKATALOG/$TARGET/.control_boot_new_image ]; then
|
||||||
|
echo "First start image - The first attempt to launch a new image... "; rm -f $NEODEVICE$IMAGEKATALOG/$TARGET/.control_boot_new_image
|
||||||
|
else
|
||||||
|
echo "Wrong kernel. Press number 3" > $NEODEVICE$UPLOAD/.kernel/used_flash_kernel
|
||||||
|
ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > $NEODEVICE$IMAGEKATALOG/.neonextboot
|
||||||
|
echo "Error - NeoBoot he can not run it image !!! "
|
||||||
|
echo "Restart STB - Back to Flash... "
|
||||||
|
echo "NeoBoot is booting" $TARGET
|
||||||
|
sleep 5; reboot -f
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
######### test boot new image<<<<<
|
||||||
|
|
||||||
|
echo "NeoBoot is booting" $TARGET " from " `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
|
||||||
|
|
||||||
|
if [ -d $NEODEVICE$IMAGEKATALOG/$TARGET ]; then
|
||||||
|
if [ -f $NEODEVICE$IMAGEKATALOG/$TARGET/etc/init.d/udev ]; then
|
||||||
|
sed -ie s!"\$4"!"\$3"!g $NEODEVICE$IMAGEKATALOG/$TARGET/etc/init.d/udev
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f $NEODEVICE$IMAGEKATALOG/$TARGET/usr/share/bootlogo.mvi ]; then
|
||||||
|
/usr/bin/showiframe $NEODEVICE$IMAGEKATALOG/$TARGET/usr/share/bootlogo.mvi
|
||||||
|
else
|
||||||
|
/usr/bin/showiframe $NEODEVICE$IMAGEKATALOG/$TARGET/usr/share/bootlogo.mvi
|
||||||
|
fi
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
|
/bin/mount -o bind /dev $NEODEVICE$IMAGEKATALOG/$TARGET/dev
|
||||||
|
/bin/mount -o bind /proc $NEODEVICE$IMAGEKATALOG/$TARGET/proc
|
||||||
|
/bin/mount -o bind /sys $NEODEVICE$IMAGEKATALOG/$TARGET/sys
|
||||||
|
|
||||||
|
rm $NEODEVICE$IMAGEKATALOG/$TARGET$NEODEVICE > /dev/null 2>&1
|
||||||
|
mkdir $NEODEVICE$IMAGEKATALOG/$TARGET$NEODEVICE > /dev/null 2>&1
|
||||||
|
|
||||||
|
if [ -f $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh ]; then
|
||||||
|
rm -f $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
cp -f /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
|
||||||
|
orgimag=`mount | sed '/sd/!d' | cut -d" " -f1`
|
||||||
|
for item in $orgimag; do
|
||||||
|
ohdd=`echo $item | cut -d"/" -f3`
|
||||||
|
nhdd=`mount | sed "/\$ohdd/!d" | sed q | cut -d" " -f3`
|
||||||
|
if [ $nhdd == '`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`' ]; then
|
||||||
|
echo $nhdd
|
||||||
|
echo "mkdir "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mount "$item $nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
else
|
||||||
|
echo "umount "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mkdir "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mount "$item $nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo ok
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
chmod 755 `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "NeoBOOT created the file mount enigma2_pre_start.sh "
|
||||||
|
|
||||||
|
echo " [NEOBOOT] Use chroot ... exec /usr/sbin/chroot..."
|
||||||
|
|
||||||
|
if [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/sbin/init.sysvinit ]; then
|
||||||
|
echo "----------------------------------------"
|
||||||
|
echo " -=*[ BOOT UP IMAGE FROM DISK ]*=- "
|
||||||
|
echo "----------------------------------------"
|
||||||
|
exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /sbin/init.sysvinit
|
||||||
|
elif [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/sbin/init ]; then
|
||||||
|
exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /sbin/init
|
||||||
|
else
|
||||||
|
echo " "
|
||||||
|
echo " NEOBOOT - ERROR !!! "
|
||||||
|
echo "Not found correctly unpacked image "$TARGET" z partycji " $DEVICE
|
||||||
|
echo "Check the correctness of unpacked catalogs in the selected one image. "
|
||||||
|
echo " Back to image Flash... "
|
||||||
|
/usr/bin/showiframe /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/error.mvi > /dev/null 2>&1
|
||||||
|
sync; ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/.neonextboot
|
||||||
|
echo "Used Kernel: Reinstall kernel !" > `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$UPLOAD/.kernel/used_flash_kernel
|
||||||
|
sleep 15; reboot -f
|
||||||
|
|
||||||
|
fi
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# boot Flash
|
||||||
|
|
||||||
|
if [ -f /sbin/init.sysvinit ]; then
|
||||||
|
#echo "Running /sbin/init.sysvinit"
|
||||||
|
exec /sbin/init.sysvinit $1
|
||||||
|
fi
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
exit
|
||||||
304
NeoBoot/bin/neoinitmipsvu
Normal file
304
NeoBoot/bin/neoinitmipsvu
Normal file
@@ -0,0 +1,304 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#DESCRIPTION = This script mod. by gutosie
|
||||||
|
#NeoBoot INIT
|
||||||
|
#Scrypt Unix Shell - init for neoboot
|
||||||
|
|
||||||
|
echo "====================================================> "
|
||||||
|
echo " "
|
||||||
|
echo " -=*[ NEOBOOT - BOOT UP ]*=- "
|
||||||
|
echo " NEO BOOT INIT Version: gutosie "
|
||||||
|
echo " q(-_-)p "
|
||||||
|
echo " "
|
||||||
|
echo "====================================================> "
|
||||||
|
|
||||||
|
NEODEVICE=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
|
||||||
|
IMAGEKATALOG=ImageBoot
|
||||||
|
|
||||||
|
if [ -e /tmp/.init_reboot ]; then
|
||||||
|
rm /tmp/.init_reboot
|
||||||
|
break;
|
||||||
|
|
||||||
|
else
|
||||||
|
if [ -e $NEODEVICE$IMAGEKATALOG ] ; then
|
||||||
|
CELBOOT=`cat $NEODEVICE$IMAGEKATALOG/.neonextboot`
|
||||||
|
if [ $CELBOOT = "Flash" ]; then
|
||||||
|
exec /sbin/init.sysvinit $*
|
||||||
|
exit 0
|
||||||
|
else
|
||||||
|
echo " "
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
mknod /dev/sda b 8 0
|
||||||
|
mknod /dev/sda1 b 8 1
|
||||||
|
mknod /dev/sda2 b 8 2
|
||||||
|
mknod /dev/sdb b 8 16
|
||||||
|
mknod /dev/sdb1 b 8 17
|
||||||
|
mknod /dev/sdb2 b 8 18
|
||||||
|
mknod /dev/sdc b 8 32
|
||||||
|
mknod /dev/sdc1 b 8 33
|
||||||
|
mknod /dev/sdc2 b 8 34
|
||||||
|
mknod /dev/sdd b 8 48
|
||||||
|
mknod /dev/sdd1 b 8 49
|
||||||
|
mknod /dev/sdd2 b 8 50
|
||||||
|
|
||||||
|
mkdir /dev/input
|
||||||
|
mknod /dev/input/event0 c 13 64
|
||||||
|
|
||||||
|
mknod /dev/fb0 c 29 0
|
||||||
|
mkdir /dev/fb
|
||||||
|
ln -s ../fb0 /dev/fb/0
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
|
LIBDIR=/lib/modules/`uname -r`
|
||||||
|
if [ ! -d $LIBDIR ]; then
|
||||||
|
LIBDIR=/lib/modules/`ls /lib/modules | tail -n 1`
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ `mount | grep /proc | wc -l` -lt 1 ]; then
|
||||||
|
/bin/mount -t proc proc /proc > /dev/null 2>&1
|
||||||
|
/bin/mount -t sysfs sysfs /sys > /dev/null 2>&1
|
||||||
|
/sbin/depmod -Ae > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "NeoBoot is starting mdev and mout HDD USB ..."
|
||||||
|
echo "/sbin/mdev" > /proc/sys/kernel/hotplug
|
||||||
|
/etc/init.d/mdev > /dev/null 2>&1
|
||||||
|
|
||||||
|
sleep 5
|
||||||
|
echo " "
|
||||||
|
|
||||||
|
############..>>>>>>>>
|
||||||
|
echo "Search NEOBOOT... "
|
||||||
|
mnttest="nouuid"
|
||||||
|
if [ -e $NEOBOOT/bin/install ]; then
|
||||||
|
orgimag1=`mount | sed '/sd/!d' | cut -d" " -f1`
|
||||||
|
selectinstall=`cat $NEOBOOT/bin/install`
|
||||||
|
for item in $orgimag1; do
|
||||||
|
selectmnt=`blkid | sed "/$selectinstall/!d" | cut -d":" -f1`
|
||||||
|
if [ $selectmnt == $item ]; then
|
||||||
|
echo "selectmnt=" $selectmnt
|
||||||
|
mnttest="uuid"
|
||||||
|
mount $selectmnt $NEODEVICE > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
|
||||||
|
echo "NEOBOOT hasn't been installed on: " $selectmnt
|
||||||
|
umount $NEODEVICE > /dev/null 2>&1
|
||||||
|
else
|
||||||
|
echo "NEOBOOT has been installed on: " $selectmnt
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
|
||||||
|
mkdir $NEODEVICE > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ $mnttest="nouuid" ] ; then
|
||||||
|
echo "NeoBoot mount by Device"
|
||||||
|
DEVICES1=`find /dev/sd??`
|
||||||
|
for DEVICE in $DEVICES1;
|
||||||
|
do
|
||||||
|
if [ -e $NEODEVICE ]; then
|
||||||
|
echo "neoboot checking installation on: " $DEVICE
|
||||||
|
mount $DEVICE $NEODEVICE > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
|
||||||
|
echo "NeoBoot hasn't been installed on: " $DEVICE
|
||||||
|
umount $NEODEVICE > /dev/null 2>&1
|
||||||
|
else
|
||||||
|
echo "NEOBOOTt has been installed on: " $DEVICE
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
elif [ $mnttest="uuid" ]; then
|
||||||
|
echo "NEOBOOT mount by UUID"
|
||||||
|
fi
|
||||||
|
###>>>>>>>>>>>>>>>>>
|
||||||
|
|
||||||
|
MODPROBE=/sbin/modprobe
|
||||||
|
|
||||||
|
echo "Load video and frame buffer modules ..."
|
||||||
|
modprobe dvb
|
||||||
|
|
||||||
|
echo "NeoBoot is loading modules"
|
||||||
|
for mod in dvb; do
|
||||||
|
$MODPROBE $mod
|
||||||
|
done
|
||||||
|
|
||||||
|
# Hack for loading modules which are not loaded on diffrent kernel images
|
||||||
|
/etc/init.d/modutils.sh
|
||||||
|
#
|
||||||
|
|
||||||
|
echo "Set BOOTLOGO ..."
|
||||||
|
sleep 1
|
||||||
|
|
||||||
|
cat /etc/videomode > /proc/stb/video/videomode
|
||||||
|
|
||||||
|
#we must wait until udev has created the video device
|
||||||
|
(
|
||||||
|
if [ -d /proc/stb ]; then
|
||||||
|
while true; do
|
||||||
|
if [ -e /dev/dvb/adapter0/video0 ]; then
|
||||||
|
break;
|
||||||
|
fi;
|
||||||
|
done;
|
||||||
|
fi;
|
||||||
|
[ -e /etc/dropbear/dropbear_rsa_host_key ] && /usr/bin/showiframe /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/neowait.mvi;
|
||||||
|
) &
|
||||||
|
|
||||||
|
/etc/init.d/bootlogo > /dev/null 2>&1
|
||||||
|
|
||||||
|
sleep 2
|
||||||
|
echo "Driverload end"
|
||||||
|
|
||||||
|
if [ -f $LIBDIR/kernel/fs/autofs4/autofs4.ko ]; then
|
||||||
|
/sbin/insmod $LIBDIR/kernel/fs/autofs4/autofs4.ko > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/bin/fbclear > /dev/null 2>&1
|
||||||
|
|
||||||
|
|
||||||
|
#dodatkowe szukanie neoboota
|
||||||
|
#mount /dev/sdb1 $NEO > /dev/null 2>&1 # <<< tu mozesz zmienic sdb1 i wpisac Twoje montowanie dysku dla neoboot
|
||||||
|
|
||||||
|
if [ -e /tmp/init_reboot ]; then
|
||||||
|
break;
|
||||||
|
fi
|
||||||
|
|
||||||
|
UPLOAD=ImagesUpload
|
||||||
|
if [ ! -e $NEODEVICE$IMAGEKATALOG ]; then
|
||||||
|
echo "Error mounting, Return to image Flash..."
|
||||||
|
sleep 2
|
||||||
|
ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > $NEODEVICE$IMAGEKATALOG/.neonextboot
|
||||||
|
echo "Reinstall kernel -Press number 3" > $NEODEVICE$UPLOAD/.kernel/used_flash_kernel
|
||||||
|
echo " Sending all processes the TERM- KILL signal..."
|
||||||
|
reboot -f
|
||||||
|
fi
|
||||||
|
|
||||||
|
#ln -sfn /sbin/init.sysvinit /sbin/init #<<<<___after adding it will return to image flash
|
||||||
|
|
||||||
|
TARGET=Flash
|
||||||
|
if [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/.neonextboot ]; then
|
||||||
|
TARGET=`cat $NEODEVICE$IMAGEKATALOG/.neonextboot`
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ $TARGET = "Flash" ]; then
|
||||||
|
echo "NEOBOOT is booting image from " $TARGET
|
||||||
|
/bin/umount /media/usb > /dev/null 2>&1
|
||||||
|
/bin/umount /media/hdd > /dev/null 2>&1
|
||||||
|
/usr/bin/showiframe /usr/share/bootlogo.mvi > /dev/null 2>&1
|
||||||
|
sync; ln -sfn /sbin/init.sysvinit /sbin/init#; /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neom
|
||||||
|
echo "----------------------------------"
|
||||||
|
echo " BOOT UP IMAGE FROM FLASH "
|
||||||
|
echo "----------------------------------"
|
||||||
|
else
|
||||||
|
|
||||||
|
######### test boot new imaga>>>>
|
||||||
|
if [ -e $NEODEVICE$IMAGEKATALOG/$TARGET/.control_ok ]; then
|
||||||
|
[ $PL ] && echo "Nie ma bledu, normalny start image..." || echo "No Error - Booting image normal..."
|
||||||
|
else
|
||||||
|
if [ -e $NEODEVICE$IMAGEKATALOG/$TARGET/.control_boot_new_image ]; then
|
||||||
|
echo "First start image - The first attempt to launch a new image... "; rm -f $NEODEVICE$IMAGEKATALOG/$TARGET/.control_boot_new_image
|
||||||
|
else
|
||||||
|
echo "Wrong kernel. Press number 3" > $NEODEVICE$UPLOAD/.kernel/used_flash_kernel
|
||||||
|
ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > $NEODEVICE$IMAGEKATALOG/.neonextboot
|
||||||
|
echo "Error - NeoBoot he can not run it image !!! "
|
||||||
|
echo "Restart STB - Back to Flash... "
|
||||||
|
echo "NeoBoot is booting" $TARGET
|
||||||
|
sleep 5; reboot -f
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
######### test boot new image<<<<<
|
||||||
|
|
||||||
|
echo "NeoBoot is booting" $TARGET " from " `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
|
||||||
|
|
||||||
|
if [ -d $NEODEVICE$IMAGEKATALOG/$TARGET ]; then
|
||||||
|
if [ -f $NEODEVICE$IMAGEKATALOG/$TARGET/etc/init.d/udev ]; then
|
||||||
|
sed -ie s!"\$4"!"\$3"!g $NEODEVICE$IMAGEKATALOG/$TARGET/etc/init.d/udev
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -f $NEODEVICE$IMAGEKATALOG/$TARGET/usr/share/bootlogo.mvi ]; then
|
||||||
|
/usr/bin/showiframe $NEODEVICE$IMAGEKATALOG/$TARGET/usr/share/bootlogo.mvi
|
||||||
|
else
|
||||||
|
/usr/bin/showiframe $NEODEVICE$IMAGEKATALOG/$TARGET/usr/share/bootlogo.mvi
|
||||||
|
fi
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
|
/bin/mount -o bind /dev $NEODEVICE$IMAGEKATALOG/$TARGET/dev
|
||||||
|
/bin/mount -o bind /proc $NEODEVICE$IMAGEKATALOG/$TARGET/proc
|
||||||
|
/bin/mount -o bind /sys $NEODEVICE$IMAGEKATALOG/$TARGET/sys
|
||||||
|
|
||||||
|
rm $NEODEVICE$IMAGEKATALOG/$TARGET$NEODEVICE > /dev/null 2>&1
|
||||||
|
mkdir $NEODEVICE$IMAGEKATALOG/$TARGET$NEODEVICE > /dev/null 2>&1
|
||||||
|
|
||||||
|
if [ -f $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh ]; then
|
||||||
|
rm -f $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh > /dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
cp -f /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
|
||||||
|
orgimag=`mount | sed '/sd/!d' | cut -d" " -f1`
|
||||||
|
for item in $orgimag; do
|
||||||
|
ohdd=`echo $item | cut -d"/" -f3`
|
||||||
|
nhdd=`mount | sed "/\$ohdd/!d" | sed q | cut -d" " -f3`
|
||||||
|
if [ $nhdd == '`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`' ]; then
|
||||||
|
echo $nhdd
|
||||||
|
echo "mkdir "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mount "$item $nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
else
|
||||||
|
echo "umount "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mkdir "$nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "mount "$item $nhdd >> $NEODEVICE$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo ok
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
|
chmod 755 `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/usr/bin/enigma2_pre_start.sh
|
||||||
|
echo "NeoBOOT created the file mount enigma2_pre_start.sh "
|
||||||
|
|
||||||
|
echo " [NEOBOOT] Use chroot ... exec /usr/sbin/chroot..."
|
||||||
|
|
||||||
|
if [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/sbin/init.sysvinit ]; then
|
||||||
|
echo "----------------------------------------"
|
||||||
|
echo " -=*[ BOOT UP IMAGE FROM DISK ]*=- "
|
||||||
|
echo "----------------------------------------"
|
||||||
|
exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /sbin/init.sysvinit
|
||||||
|
elif [ -f `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET/sbin/init ]; then
|
||||||
|
exec /usr/sbin/chroot `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/$TARGET /sbin/init
|
||||||
|
else
|
||||||
|
echo " "
|
||||||
|
echo " NEOBOOT - ERROR !!! "
|
||||||
|
echo "Not found correctly unpacked image "$TARGET" z partycji " $DEVICE
|
||||||
|
echo "Check the correctness of unpacked catalogs in the selected one image. "
|
||||||
|
echo " Back to image Flash... "
|
||||||
|
/usr/bin/showiframe /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/error.mvi > /dev/null 2>&1
|
||||||
|
sync; ln -sfn /sbin/init.sysvinit /sbin/init
|
||||||
|
echo "Flash " > `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/.neonextboot
|
||||||
|
echo "Used Kernel: Reinstall kernel !" > `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$UPLOAD/.kernel/used_flash_kernel
|
||||||
|
sleep 15; reboot -f
|
||||||
|
|
||||||
|
fi
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# boot Flash
|
||||||
|
|
||||||
|
if [ -f /sbin/init.sysvinit ]; then
|
||||||
|
#echo "Running /sbin/init.sysvinit"
|
||||||
|
exec /sbin/init.sysvinit $1
|
||||||
|
fi
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
exit
|
||||||
BIN
NeoBoot/bin/nfidump
Normal file
BIN
NeoBoot/bin/nfidump
Normal file
Binary file not shown.
189
NeoBoot/bin/utilsbh
Normal file
189
NeoBoot/bin/utilsbh
Normal file
@@ -0,0 +1,189 @@
|
|||||||
|
from re import sub
|
||||||
|
from Tools.Directories import fileExists, resolveFilename, SCOPE_CURRENT_SKIN
|
||||||
|
import xml.etree.cElementTree
|
||||||
|
entities = [('ä', u'\xe4'),
|
||||||
|
('ä', u'\xe4'),
|
||||||
|
('ü', u'\xfc'),
|
||||||
|
('ü', u'\xfc'),
|
||||||
|
('ö', u'\xf6'),
|
||||||
|
('ö', u'\xf6'),
|
||||||
|
('Ä', u'\xc4'),
|
||||||
|
('Ä', u'\xc4'),
|
||||||
|
('Ü', u'\xdc'),
|
||||||
|
('Ü', u'\xdc'),
|
||||||
|
('Ö', u'\xd6'),
|
||||||
|
('Ö', u'\xd6'),
|
||||||
|
('ß', u'\xdf'),
|
||||||
|
('ß', u'\xdf'),
|
||||||
|
('…', u'...'),
|
||||||
|
('–', u'-'),
|
||||||
|
(' ', u' '),
|
||||||
|
('"', u'"'),
|
||||||
|
('&', u'&'),
|
||||||
|
(''', u"'"),
|
||||||
|
('<', u'<'),
|
||||||
|
('>', u'>'),
|
||||||
|
('<', u'<'),
|
||||||
|
('>', u'>'),
|
||||||
|
(' ', u' '),
|
||||||
|
('&', u'&'),
|
||||||
|
('"', u'"'),
|
||||||
|
(''', u"'")]
|
||||||
|
|
||||||
|
def nab_strip_html(html):
|
||||||
|
html = html.replace('\n', ' ')
|
||||||
|
html = sub('\\s\\s+', ' ', html)
|
||||||
|
html = sub('<br(\\s+/)?>', '\n', html)
|
||||||
|
html = sub('</?(p|ul|ol)(\\s+.*?)?>', '\n', html)
|
||||||
|
html = sub('<li(\\s+.*?)?>', '-', html)
|
||||||
|
html = html.replace('</li>', '\n')
|
||||||
|
return nab_strip_pass1(html)
|
||||||
|
|
||||||
|
|
||||||
|
def nab_strip_pass1(html):
|
||||||
|
html = sub('<(.*?)>', '', html)
|
||||||
|
html.replace('Ä', '\xc3\x84')
|
||||||
|
html.replace('ä', '\xc3\xa4')
|
||||||
|
html.replace('ä', '\xc3\xa4')
|
||||||
|
html.replace('ü', '\xc3\xbc')
|
||||||
|
html.replace('ü', '\xc3\xbc')
|
||||||
|
html.replace('ö', '\xc3\xb6')
|
||||||
|
html.replace('ö', '\xc3\xb6')
|
||||||
|
html.replace('Ä', '\xc3\x84')
|
||||||
|
html.replace('Ä', '\xc3\x84')
|
||||||
|
html.replace('Ü', '\xc3\x9c')
|
||||||
|
html.replace('Ü', '\xc3\x9c')
|
||||||
|
html.replace('Ö', '\xc3\x96')
|
||||||
|
html.replace('Ö', '\xc3\x96')
|
||||||
|
html.replace('ß', '\xc3\x9f')
|
||||||
|
html.replace('ß', '\xc3\x9f')
|
||||||
|
html.replace('<', '<')
|
||||||
|
html.replace('>', '>')
|
||||||
|
html.replace(' ', ' ')
|
||||||
|
html.replace('&', '&')
|
||||||
|
html.replace('"', '"')
|
||||||
|
html.replace(''', "'")
|
||||||
|
return html
|
||||||
|
|
||||||
|
|
||||||
|
def nab_Read_CCCinfoCfg():
|
||||||
|
myhost = '127.0.0.1'
|
||||||
|
myuser = mypass = ''
|
||||||
|
myport = '16001'
|
||||||
|
if fileExists('/etc/delcccaminfo'):
|
||||||
|
f = open('/etc/delcccaminfo', 'r')
|
||||||
|
for line in f.readlines():
|
||||||
|
line = line.strip()
|
||||||
|
if line.find('HOST ADDRESS:') != -1:
|
||||||
|
myhost = line[13:]
|
||||||
|
elif line.find('WEBINFO USERNAME:') != -1:
|
||||||
|
myuser = line[17:]
|
||||||
|
elif line.find('WEBINFO PASSWORD:') != -1:
|
||||||
|
mypass = line[17:]
|
||||||
|
elif line.find('WEBINFO LISTEN PORT:') != -1:
|
||||||
|
myport = line[20:]
|
||||||
|
|
||||||
|
f.close()
|
||||||
|
myurl = 'http://' + myhost + ':' + myport
|
||||||
|
if myuser and mypass:
|
||||||
|
myurl = 'http://' + myuser + ':' + mypass + '@' + myhost + ':' + myport
|
||||||
|
return [myhost,
|
||||||
|
myuser,
|
||||||
|
mypass,
|
||||||
|
myport,
|
||||||
|
myurl]
|
||||||
|
|
||||||
|
|
||||||
|
def nab_Write_CCCinfoCfg(mycfg):
|
||||||
|
out = open('/etc/delcccaminfo', 'w')
|
||||||
|
strview = 'HOST ADDRESS:' + mycfg[0] + '\n'
|
||||||
|
out.write(strview)
|
||||||
|
strview = 'WEBINFO USERNAME:' + mycfg[1] + '\n'
|
||||||
|
out.write(strview)
|
||||||
|
strview = 'WEBINFO PASSWORD:' + mycfg[2] + '\n'
|
||||||
|
out.write(strview)
|
||||||
|
strview = 'WEBINFO LISTEN PORT:' + mycfg[3] + '\n'
|
||||||
|
out.write(strview)
|
||||||
|
out.close()
|
||||||
|
|
||||||
|
|
||||||
|
def DeliteGetSkinPath():
|
||||||
|
myskinpath = resolveFilename(SCOPE_CURRENT_SKIN, '')
|
||||||
|
if myskinpath == '/usr/share/enigma2/':
|
||||||
|
myskinpath = '/usr/share/enigma2/skin_default/'
|
||||||
|
return myskinpath
|
||||||
|
|
||||||
|
|
||||||
|
def nab_Detect_Machine():
|
||||||
|
machine = 'dm8000'
|
||||||
|
if fileExists('/etc/bhmachine'):
|
||||||
|
f = open('/etc/bhmachine', 'r')
|
||||||
|
machine = f.readline().strip()
|
||||||
|
f.close()
|
||||||
|
return machine
|
||||||
|
|
||||||
|
|
||||||
|
def BhU_get_Version():
|
||||||
|
ver = ''
|
||||||
|
if fileExists('/boot/blackhole/version'):
|
||||||
|
f = open('/boot/blackhole/version', 'r')
|
||||||
|
ver = f.readline().strip()
|
||||||
|
f.close()
|
||||||
|
return ver
|
||||||
|
|
||||||
|
|
||||||
|
def BhU_check_proc_version():
|
||||||
|
ver = ''
|
||||||
|
if fileExists('/boot/blackhole/version'):
|
||||||
|
f = open('/boot/blackhole/version', 'r')
|
||||||
|
ver = f.readline().strip()
|
||||||
|
f.close()
|
||||||
|
return ver
|
||||||
|
|
||||||
|
|
||||||
|
def BhU_checkSkinVersion(skinfile):
|
||||||
|
version = '2.0.0'
|
||||||
|
authors = ['Army', 'Matrix10', 'capa']
|
||||||
|
ret = 'Sorry this skin is not compatible with the current Black Hole image version.'
|
||||||
|
curversion = int(version.replace('.', ''))
|
||||||
|
fullfile = '/usr/share/enigma2/' + skinfile
|
||||||
|
checkver = False
|
||||||
|
checkauth = False
|
||||||
|
if fileExists(fullfile):
|
||||||
|
f = open(fullfile)
|
||||||
|
for line in f.readlines():
|
||||||
|
if line.find('black hole version:') != -1:
|
||||||
|
parts = line.strip().split(':')
|
||||||
|
ver = int(parts[1].strip().replace('.', ''))
|
||||||
|
if ver >= curversion:
|
||||||
|
checkver = True
|
||||||
|
elif line.find('skin author:') != -1:
|
||||||
|
parts = line.strip().split(':')
|
||||||
|
auth = parts[1].strip()
|
||||||
|
for a in authors:
|
||||||
|
if a == auth:
|
||||||
|
checkauth = True
|
||||||
|
|
||||||
|
f.close()
|
||||||
|
if checkver == True:
|
||||||
|
if checkauth == True:
|
||||||
|
ret = 'passed'
|
||||||
|
return ret
|
||||||
|
|
||||||
|
|
||||||
|
def BhU_find_hdd():
|
||||||
|
hdd = ''
|
||||||
|
hdds = ['sda',
|
||||||
|
'sdb',
|
||||||
|
'sdc',
|
||||||
|
'sdd',
|
||||||
|
'sde',
|
||||||
|
'sdf']
|
||||||
|
for device in hdds:
|
||||||
|
filename = '/sys/block/%s/removable' % device
|
||||||
|
if fileExists(filename):
|
||||||
|
if file(filename).read().strip() == '0':
|
||||||
|
hdd = device
|
||||||
|
break
|
||||||
|
|
||||||
|
return hdd
|
||||||
1
NeoBoot/bin/version
Normal file
1
NeoBoot/bin/version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1.4.1
|
||||||
Reference in New Issue
Block a user