core/tuxonice-userui/userui-install
philm 840a3b8fc8 linux: enable tuxonice optional
linux-3-CHAKRA: update PATCHCFG
extramodules: rebuild for new kernel
2012-02-18 08:48:16 +01:00

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
}