aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-10-13 09:56:40 +0300
committerTimo Teräs <timo.teras@iki.fi>2015-10-13 09:56:40 +0300
commit230641798db191ca70f954aa4946512da206d7dd (patch)
tree1b982408667650fabf3a350c90a26fbc915db7ba
parent2b98caa2c4fa3e4890f3a272fa43326861e16e87 (diff)
downloadmkinitfs-230641798db191ca70f954aa4946512da206d7dd.tar.bz2
mkinitfs-230641798db191ca70f954aa4946512da206d7dd.tar.xz
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.
-rwxr-xr-xinitramfs-init.in5
1 files changed, 0 insertions, 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"