summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xmkfbsplash1
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5952f843549..02725a191ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 11:21:35 UTC 2017
+# Thu May 18 18:24:08 UTC 2017
pkgbase = mkinitcpio-fbsplash
pkgdesc = Tools to include a framebuffer based boot splash within the initcpio
pkgver = 1.0.1
diff --git a/mkfbsplash b/mkfbsplash
index 805db47bb84e..a03ecb0d1ec3 100755
--- a/mkfbsplash
+++ b/mkfbsplash
@@ -68,7 +68,6 @@ if [ ${EUID} -ne 0 ]; then
fi
TEMP=$(mktemp)
-clear
/usr/bin/fbv -c -i -d 1 "${IMAGE}"
/usr/bin/cp "${FB_DEV}" "${TEMP}"
/usr/bin/mv -i "${TEMP}" "${OUT_FILE}"