home: hub: mkinitfs

Download patch

ref: f9796dc318ddbf24f8f1fad67aeaea07fe416bd9
parent: 749899052a55a0000c217b6da648551a29c54bfe
author: Natanael Copa <ncopa@alpinelinux.org>
date: Mon Oct 19 06:02:19 CDT 2015

init: fix typo for fbsplash

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -487,7 +487,7 @@
 		config=/tmp/fbsplash.cfg
 		echo "IMAGE_ALIGN=CM" > $config
 	fi
-	setsid fbsplash -T 16 -s "$fsplash" -i $config -f $sysroot/$splashfile &
+	setsid fbsplash -T 16 -s "$fbsplash" -i $config -f $sysroot/$splashfile &
 	eend 0
 else
 	KOPT_splash="no"