mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
840a3b8fc8
linux-3-CHAKRA: update PATCHCFG extramodules: rebuild for new kernel
17 lines
317 B
Plaintext
17 lines
317 B
Plaintext
build ()
|
|
{
|
|
if [ -d /etc/splash/tuxonice ]; then
|
|
add_full_dir /etc/splash/tuxonice
|
|
fi
|
|
add_binary /usr/sbin/tuxoniceui
|
|
SCRIPT="userui"
|
|
}
|
|
|
|
help ()
|
|
{
|
|
cat <<HELPEOF
|
|
This hook adds the tuxonice userui to your initramfs. If
|
|
/etc/splash/tuxonice exists, it will also add that directory.
|
|
HELPEOF
|
|
}
|