diff options
author | freaj <freaj@riseup.net> | 2015-03-23 11:34:25 +0100 |
---|---|---|
committer | freaj <freaj@riseup.net> | 2015-03-23 11:34:25 +0100 |
commit | f8e4235893b9122cffa0400654a2a9b1d1146a11 (patch) | |
tree | 8315e075d548f01a229471f6dcaa1ff55f96c024 /pcr/openrc-core/openrc.install | |
parent | 0161d0dd7de853da1f86bb3b6f27adf25977c785 (diff) |
openrc-core: add new package to [pcr]
Diffstat (limited to 'pcr/openrc-core/openrc.install')
-rw-r--r-- | pcr/openrc-core/openrc.install | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pcr/openrc-core/openrc.install b/pcr/openrc-core/openrc.install new file mode 100644 index 000000000..f789630f7 --- /dev/null +++ b/pcr/openrc-core/openrc.install @@ -0,0 +1,19 @@ +pre_install() { + echo " ==> You can boot up systemd any time." + echo " ==> Add 'init=/usr/lib/systemd/systemd' to kernel command line." +} + +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" + echo " ==> Visit ${_url}" + #rc-update -u +} + +post_upgrade() { + post_install "$1" +} + +post_remove() { + echo " ==> Make sure you install systemd-sysvcompat before you reboot!" +}
\ No newline at end of file |