From 92790a96688344c9f6fd6dadbaad73c1f88804a0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 4 Apr 2022 12:10:43 +0100 Subject: fixed network manager --- repo/system/openrc.xibuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repo/system/openrc.xibuild') diff --git a/repo/system/openrc.xibuild b/repo/system/openrc.xibuild index ac23b5e..f60598f 100644 --- a/repo/system/openrc.xibuild +++ b/repo/system/openrc.xibuild @@ -29,6 +29,7 @@ ADDITIONAL=" sysctl.initd machine-id.initd test-networking.sh + rc.conf " DESC="Dependency based init system that works with sysvinit" @@ -102,6 +103,8 @@ package () { ln -sf agetty $PKG_DEST/etc/init.d/agetty.$x done + rm $PKG_DEST/etc/rc.conf + install -m644 rc.conf $PKG_DEST/etc/rc.conf } postinstall () { -- cgit v1.2.1