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.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/pcr/openrc-core/openrc.install b/pcr/openrc-core/openrc.install
index f789630f7..3e16fabfd 100644
--- a/pcr/openrc-core/openrc.install
+++ b/pcr/openrc-core/openrc.install
@@ -5,9 +5,8 @@ pre_install() {
post_install() {
echo " ==> Set up your network interface before you reboot."
- local _url="http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4"
+ local _url="https://wiki.gentoo.org/wiki/Handbook:X86/Full/Networking"
echo " ==> Visit ${_url}"
- #rc-update -u
}
post_upgrade() {
@@ -16,4 +15,4 @@ post_upgrade() {
post_remove() {
echo " ==> Make sure you install systemd-sysvcompat before you reboot!"
-} \ No newline at end of file
+}