summaryrefslogtreecommitdiff
path: root/pcr/openrc-core/openrc.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-10-17 01:29:25 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-10-17 01:29:25 -0500
commitdc225a86f79e9eaec2080dc2775ef2cf29c97fc7 (patch)
tree64066b68ebe757a883025190e04188851ae07a7b /pcr/openrc-core/openrc.install
parent36470c96a0b8e6d02dbc39e59a4f24bb8d8e06e3 (diff)
downloadabslibre-dc225a86f79e9eaec2080dc2775ef2cf29c97fc7.tar.gz
abslibre-dc225a86f79e9eaec2080dc2775ef2cf29c97fc7.tar.bz2
abslibre-dc225a86f79e9eaec2080dc2775ef2cf29c97fc7.zip
openrc-core-0.18.3-1: updating version
Diffstat (limited to 'pcr/openrc-core/openrc.install')
-rw-r--r--pcr/openrc-core/openrc.install6
1 files changed, 2 insertions, 4 deletions
diff --git a/pcr/openrc-core/openrc.install b/pcr/openrc-core/openrc.install
index 3e16fabfd..c45dcce43 100644
--- a/pcr/openrc-core/openrc.install
+++ b/pcr/openrc-core/openrc.install
@@ -1,12 +1,10 @@
pre_install() {
- echo " ==> You can boot up systemd any time."
+ echo " ==> You can boot up systemd any time if systemd is used for udev."
echo " ==> Add 'init=/usr/lib/systemd/systemd' to kernel command line."
}
post_install() {
- echo " ==> Set up your network interface before you reboot."
- local _url="https://wiki.gentoo.org/wiki/Handbook:X86/Full/Networking"
- echo " ==> Visit ${_url}"
+ echo " ==> Install one of the optional depends for network support!"
}
post_upgrade() {