Új hozzászólás Aktív témák

  • Csicsóka

    őstag

    válasz Csicsóka #37556 üzenetére

    A recovery konzolt hogy látni lehessen, kell még 1 apró módosítás.
    A pen 2. partícióján, (ext4) az sbin könyvtárban, szerkeszteni kell a splash_early szkriptet.

    Az esac sor utáni sort kell beszúrni ( /sbin/modprobe fbcon) hogy a framebuffer konzol modulok betöltődjenek, különben csak fekete kép lenne.

    /sbin/modprobe fbcon

    case $OPTION_OSMCDEV in
    vero2|vero3)
    /usr/bin/clear
    ;;
    *)
    fbset -depth 8 && fbset -depth 16
    ;;
    esac
    /sbin/modprobe fbcon
    /usr/bin/setterm --cursor on
    /bin/mount / -o remount,rw
    /bin/mount /boot 2>/dev/null
    /bin/mount -t sysfs sysfs /sys >/dev/null 2>&1
    /bin/mkdir /dev/pts
    /bin/mount -t devpts devpts /dev/pts
    /bin/hostname -F /etc/hostname
    /bin/echo -e "\n\n\n\n"
    echo " OSMC Recovery Console."
    echo " Type 'exit' to reboot when finished."
    echo " For help and support see http://osmc.tv/help"
    echo

Új hozzászólás Aktív témák