diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-29 18:39:06 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-29 18:39:06 (GMT) |
commit | d6516faa2bb58b90035609b16674cb86b75a7570 (patch) | |
tree | 288971230c879eef2009e70ef2c5c3a7cbb9aa76 /abs/core/plymouth/plymouth.initcpio_hook | |
parent | d4f87c26be94acfef50c606440fab2dd3f04c167 (diff) | |
download | linhes_pkgbuild-d6516faa2bb58b90035609b16674cb86b75a7570.zip linhes_pkgbuild-d6516faa2bb58b90035609b16674cb86b75a7570.tar.gz linhes_pkgbuild-d6516faa2bb58b90035609b16674cb86b75a7570.tar.bz2 |
update to 0.8.8.52.g37d2e40. refs #891
Diffstat (limited to 'abs/core/plymouth/plymouth.initcpio_hook')
-rw-r--r-- | abs/core/plymouth/plymouth.initcpio_hook | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/abs/core/plymouth/plymouth.initcpio_hook b/abs/core/plymouth/plymouth.initcpio_hook deleted file mode 100644 index d527f24..0000000 --- a/abs/core/plymouth/plymouth.initcpio_hook +++ /dev/null @@ -1,16 +0,0 @@ -run_hook() { - msg -n ":: Loading plymouth..." - - /bin/mknod /dev/fb c 29 0 &>/dev/null - #/bin/mount devpts /dev/pts -t devpts - - # plymouth deamon - #/bin/mkdir -p /run/plymouth - /usr/sbin/plymouthd --mode=boot --pid-file=/run/plymouth.pid - - # plymouth frontend - /usr/bin/plymouth --show-splash - msg "done." -} - -# vim: set ft=sh: |