summarylogtreecommitdiffstats
path: root/initcpio_install
blob: 7346da158f1a150dbb8f63ddeaca0ca8d6d7a109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

build() {
  add_binary "ply-image"
  add_file "/usr/share/plymouth/splash.png"
  add_runscript
}

help() {
  cat <<HELPEOF
This hook shows image during boot using plymouth-lite
(https://github.com/T4d3o/Plymouth-lite).
HELPEOF
}