home: hub: mkinitfs

Download patch

ref: 5b17a8726abd071b2da100b5553eb6e8714a6cfa
parent: b2280e3dbab2a2511a07fd8da9090cabbf35ac03
author: Natanael Copa <ncopa@alpinelinux.org>
date: Tue May 19 02:47:29 CDT 2009

init: install packages in world

There was a change in apk-tools recently making this needed

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -259,6 +259,7 @@
 	[ -d "$sysroot/root" ] && chmod 700 "$sysroot/root"
 	umount /media/$i 2>/dev/null &
 	pkgs=$(sed 's/\#.*//' $sysroot/etc/lbu/packages.list 2>/dev/null)
+	pkgs="$pkgs $(cat $sysroot/var/lib/apk/world 2>/dev/null)"
 fi
 
 # hack so we get openrc