Giter Club home page Giter Club logo

Comments (9)

bassemolufda avatar bassemolufda commented on September 4, 2024

Hi thijstriemstra,

i found a Script called asplashscreen with google. Maybe this hels you?

#! /bin/sh
### BEGIN INIT INFO
# Provides:          asplashscreen
# Required-Start:
# Required-Stop:
# Should-Start:
# Default-Start:     S
# Default-Stop:
# Short-Description: Show custom splashscreen
# Description:       Show custom splashscreen
### END INIT INFO


do_start () {

    /usr/bin/fbi -T 1 -noverbose -a /etc/splash/splash.png
    exit 0
}

case "$1" in
  start|"")
    do_start
    ;;
  restart|reload|force-reload)
    echo "Error: argument '$1' not supported" >&2
    exit 3
    ;;
  stop)
    # No-op
    ;;
  status)
    exit 0
    ;;
  *)
    echo "Usage: asplashscreen [start|stop]" >&2
    exit 3
    ;;
esac

:

sincelery Uwe

from raspberrypi-ua-netinst.

thijstriemstra avatar thijstriemstra commented on September 4, 2024

thanks for the suggestion @bassemolufda

from raspberrypi-ua-netinst.

FooDeas avatar FooDeas commented on September 4, 2024

Additionally you may have to replace loglevel=3 with quiet in /boot/cmdline.txt.

from raspberrypi-ua-netinst.

thijstriemstra avatar thijstriemstra commented on September 4, 2024

Thanks for that addition @FooDeas. Is it possible to also hide the pi logo as described here with a new option? Apparently you'll also see a flash text cursor, this can be disabled with vt.global_cursor_default=0.

from raspberrypi-ua-netinst.

thijstriemstra avatar thijstriemstra commented on September 4, 2024

Looks like video is also supported with the same asplashscreen script, very cool.

from raspberrypi-ua-netinst.

thijstriemstra avatar thijstriemstra commented on September 4, 2024

Note to self: the asplashscreen script also needs a # Required-Start: $local_fs according to this comment.

from raspberrypi-ua-netinst.

FooDeas avatar FooDeas commented on September 4, 2024

The asplashscreen script adding/customization should be done via install_files (see README.md).
The logo.nologo kernel parameter will be added to next version with the quiet_boot=1 option.

from raspberrypi-ua-netinst.

thijstriemstra avatar thijstriemstra commented on September 4, 2024

The latest raspbian has this nice 'pixel' startup image. Any way we can add an option that allows you to replace/add such an image?

from raspberrypi-ua-netinst.

FooDeas avatar FooDeas commented on September 4, 2024

Any info which way they implemented that?

from raspberrypi-ua-netinst.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.