summarylogtreecommitdiffstats
path: root/initcpio-install
blob: 839b57ca9cec40698226afa1c31846a5161c8232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}