Date:2012-01-28 13:04:17 (11 years 8 months ago)
Author:Paul Cercueil
Commit:c9b9fe04721934f0858c72d3391634a864c611d9
Message:OpenDingux: initrd: added 'splashkill' program.

This simple program is meant to be launched directly by the kernel,
before min-init. It forks itself and sleeps until the ENTER key is
pressed ; when it occurs, it enables the framebuffer console by
writting to a file in /sys. This permits to 'kill' the kernel splash
screen, in order to display the boot log.

The latest version of splashkill can be obtained at
https://github.com/Ayla-/mininit
Files: initrd/splashkill (0 diffs)
initrd/tree.txt (2 diffs)

Change Details

initrd/splashkill
initrd/tree.txt
11# device nodes:
22dir /dev 0755 0 0
33nod /dev/console 0644 0 0 c 5 1
4nod /dev/event0 0644 0 0 c 13 64
45nod /dev/loop0 0660 0 0 b 7 0
56nod /dev/ccnandb 0644 0 0 b 242 16
67nod /dev/ccnandb1 0644 0 0 b 242 17
...... 
2425dir /proc 0755 0 0
2526dir /sys 0755 0 0
2627# mininit:
27file /init initrd/mininit 0755 0 0
28file /init initrd/splashkill 0755 0 0
29file /mininit initrd/mininit 0755 0 0

Archive Download the corresponding diff file



interactive