summaryrefslogtreecommitdiff
path: root/pcr/openrc-core/openrc.install
diff options
context:
space:
mode:
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() {