From 98981908b868b3726595b0141239c67de8c56058 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 31 May 2016 15:26:41 +0100 Subject: [PATCH] Ensure /var/log is bind mounted after transfused starts Otherwise /Mac$DRIVERDIR does not yet exist. Signed-off-by: Ian Campbell --- alpine/packages/hostsettings/etc/init.d/hostsettings | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine/packages/hostsettings/etc/init.d/hostsettings b/alpine/packages/hostsettings/etc/init.d/hostsettings index d1946a87b..f2f5dc19a 100755 --- a/alpine/packages/hostsettings/etc/init.d/hostsettings +++ b/alpine/packages/hostsettings/etc/init.d/hostsettings @@ -3,6 +3,7 @@ description="Configuring settings from database." depend() { + need transfused before sysctl net }