File manager - Edit - /usr/share/initramfs-tools/scripts/init-premount/plymouth
Back
#!/bin/sh OPTION=FRAMEBUFFER PREREQ="udev" prereqs() { echo "${PREREQ}" } case ${1} in prereqs) prereqs exit 0 ;; esac SPLASH="false" for ARGUMENT in $(cat /proc/cmdline) do case "${ARGUMENT}" in splash*) SPLASH="true" ;; nosplash*|plymouth.enable=0) SPLASH="false" ;; esac done if [ "${SPLASH}" = "true" ] then mkdir -m 0755 /run/plymouth /usr/sbin/plymouthd --mode=boot --attach-to-session --pid-file=/run/plymouth/pid /usr/bin/plymouth --show-splash fi
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings