From 230641798db191ca70f954aa4946512da206d7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 13 Oct 2015 09:56:40 +0300 Subject: init: remove unneeded openrc upgrade actions they in fact are harmful, hwdrivers is not needed or even wanted if using eudev. these were only needed for upgrade path from alpine 1.9.x which is no longer supported. --- initramfs-init.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/initramfs-init.in b/initramfs-init.in index 70bcab9..e9cdfe0 100755 --- a/initramfs-init.in +++ b/initramfs-init.in @@ -728,11 +728,6 @@ if [ -f $sysroot/etc/fstab ]; then relocate_alpine_mnt "$sysroot"/etc/fstab fi -# in case we upgrade we might need those: -rc_add hwdrivers sysinit -rc_add modloop sysinit - - # hack so we get openrc pkgs="$pkgs alpine-base" -- cgit v1.2.3