summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Aaditya Bagga2019-09-21 01:27:17 +0200
committer Willy Sudiarto Raharjo2019-09-21 01:27:17 +0200
commit8cae3c740ec4401350b1b151b48bd90eda23fc1d (patch)
treed000b75d316ff6673748c24005f079a797a50c48
parentc993e766d0b9ca86bf0db59172b63eaaf4ae220a (diff)
downloadslackbuilds-8cae3c740ec4401350b1b151b48bd90eda23fc1d.tar.gz
system/openrc: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/openrc/README.Slackware8
-rw-r--r--system/openrc/openrc.info2
2 files changed, 7 insertions, 3 deletions
diff --git a/system/openrc/README.Slackware b/system/openrc/README.Slackware
index 64a005df16..8d379cf4a0 100644
--- a/system/openrc/README.Slackware
+++ b/system/openrc/README.Slackware
@@ -22,15 +22,19 @@ After installing,
cp /etc/openrc/conf.d/agetty /etc/openrc/conf.d/agetty.ttyS0
echo 'agetty_options="--noclear"' >> /etc/openrc/conf.d/agetty.ttyS0
+2. Setup additional services
-2. Add the following to boot parameters (via /etc/lilo.conf for lilo
+ Checkout out the openrc-services package and instructions provided
+ there.
+
+3. Add the following to boot parameters (via /etc/lilo.conf for lilo
or /etc/default/grub for grub):
init=/sbin/openrc-init
Regenerate boot configuration ('lilo -v' or 'grub-mkconfig -o /boot/grub/grub.cfg')
-3. Reboot!
+4. Reboot!
## Note
diff --git a/system/openrc/openrc.info b/system/openrc/openrc.info
index b7eca1f8f7..13363e8341 100644
--- a/system/openrc/openrc.info
+++ b/system/openrc/openrc.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.42.1.tar.gz"
MD5SUM="1a3de67032d59529460f150e2db859f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="%README%"
+REQUIRES=""
MAINTAINER="Aaditya Bagga"
EMAIL="aaditya_gnulinux@zoho.com"