summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-08-01 17:25:54 -0400
committerDavid P <megver83@parabola.nu>2020-08-01 17:25:54 -0400
commitd74b3dd5dada3e4c976a5c3c191c4b75aceca1b9 (patch)
treecfd950c5335cc4001d8f5f0b75e42450c12c37c7 /configs
parent7d72e95b7e2d8fd08ac5791e6be4a3c9578885b7 (diff)
[releng] remote init variable
the init system should now depend on wether [nonsystemd] is enabled, and packages.both Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/releng/build.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/releng/build.sh b/configs/releng/build.sh
index 553d171..c382e33 100755
--- a/configs/releng/build.sh
+++ b/configs/releng/build.sh
@@ -18,14 +18,6 @@ arch=$(uname -m)
verbose=""
script_path="$( cd -P "$( dirname "$(readlink -f "$0")" )" && pwd )"
-# Init system. Options are:
-# - openrc
-# - sysvinit
-# - systemd
-#
-# sysvinit uses OpenRC as service manager
-init=systemd
-
umask 0022
_usage ()