diff options
author | davidovski <david@davidovski.xyz> | 2022-04-04 12:10:43 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-04 12:10:43 +0100 |
commit | 92790a96688344c9f6fd6dadbaad73c1f88804a0 (patch) | |
tree | d6a1357a110475d8f6e39040aeae02920696e827 /repo/system/openrc.xibuild | |
parent | d093bc7b86a8ef1f149ac413d3d40d3cb728ad21 (diff) |
fixed network manager
Diffstat (limited to 'repo/system/openrc.xibuild')
-rw-r--r-- | repo/system/openrc.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 () { |