From 5b17a8726abd071b2da100b5553eb6e8714a6cfa Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 19 May 2009 07:47:29 +0000 Subject: init: install packages in world There was a change in apk-tools recently making this needed --- initramfs-init.in | 1 + 1 file changed, 1 insertion(+) diff --git a/initramfs-init.in b/initramfs-init.in index fe17b39..b177987 100755 --- a/initramfs-init.in +++ b/initramfs-init.in @@ -259,6 +259,7 @@ if [ -f "$ovl" ]; then [ -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 -- cgit v1.2.3