|
|
@ -2,7 +2,8 @@ |
|
|
|
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- |
|
|
|
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- |
|
|
|
# ex: ts=8 sw=4 sts=4 et filetype=sh |
|
|
|
# ex: ts=8 sw=4 sts=4 et filetype=sh |
|
|
|
|
|
|
|
|
|
|
|
if getargbool 1 plymouth.enable && getargbool 1 rd.plymouth -n rd_NO_PLYMOUTH; then |
|
|
|
if [ -x /bin/plymouthd ]; then |
|
|
|
|
|
|
|
if getargbool 1 plymouth.enable && getargbool 1 rd.plymouth -n rd_NO_PLYMOUTH; then |
|
|
|
[ -c /dev/null ] || mknod -m 0666 /dev/null c 1 3 |
|
|
|
[ -c /dev/null ] || mknod -m 0666 /dev/null c 1 3 |
|
|
|
# first trigger graphics subsystem |
|
|
|
# first trigger graphics subsystem |
|
|
|
udevadm trigger --action=add --attr-match=class=0x030000 >/dev/null 2>&1 |
|
|
|
udevadm trigger --action=add --attr-match=class=0x030000 >/dev/null 2>&1 |
|
|
@ -25,4 +26,5 @@ if getargbool 1 plymouth.enable && getargbool 1 rd.plymouth -n rd_NO_PLYMOUTH; t |
|
|
|
/bin/plymouth --show-splash 2>&1 | vinfo |
|
|
|
/bin/plymouth --show-splash 2>&1 | vinfo |
|
|
|
# reset tty after plymouth messed with it |
|
|
|
# reset tty after plymouth messed with it |
|
|
|
[ -x /lib/udev/console_init ] && /lib/udev/console_init /dev/tty0 |
|
|
|
[ -x /lib/udev/console_init ] && /lib/udev/console_init /dev/tty0 |
|
|
|
|
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|