diff options
Diffstat (limited to 'system/openrc')
-rw-r--r-- | system/openrc/README.Slackware | 8 | ||||
-rw-r--r-- | system/openrc/openrc.info | 2 |
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" |