diff options
author | 2013-12-07 21:17:40 +0000 | |
---|---|---|
committer | 2013-12-07 21:17:40 +0000 | |
commit | 4593fa8531cbf08c4787144612c73153a27432a0 (patch) | |
tree | 942fd0302626af5370c8da8ec8ab2b0ab1f9e85f | |
parent | New ebuild for sys-apps/epoch; an init system, a /sbin/init replacement; desi... (diff) | |
download | gentoo-2-4593fa8531cbf08c4787144612c73153a27432a0.tar.gz gentoo-2-4593fa8531cbf08c4787144612c73153a27432a0.tar.bz2 gentoo-2-4593fa8531cbf08c4787144612c73153a27432a0.zip |
Clarify which kernel parameter is needed to use the init system.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
-rw-r--r-- | sys-apps/epoch/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/epoch/epoch-1.0_rc1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/epoch/epoch-9999.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/sys-apps/epoch/ChangeLog b/sys-apps/epoch/ChangeLog index 9564f566028e..5b63307d493d 100644 --- a/sys-apps/epoch/ChangeLog +++ b/sys-apps/epoch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/epoch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v 1.1 2013/12/07 21:15:59 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v 1.2 2013/12/07 21:17:40 tomwij Exp $ + + 07 Dec 2013; Tom Wijsman <TomWij@gentoo.org> epoch-1.0_rc1.ebuild, + epoch-9999.ebuild: + Clarify which kernel parameter is needed to use the init system. *epoch-1.0_rc1 (07 Dec 2013) *epoch-9999 (07 Dec 2013) diff --git a/sys-apps/epoch/epoch-1.0_rc1.ebuild b/sys-apps/epoch/epoch-1.0_rc1.ebuild index fef77363f7b3..56944a4cd8f1 100644 --- a/sys-apps/epoch/epoch-1.0_rc1.ebuild +++ b/sys-apps/epoch/epoch-1.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild,v 1.1 2013/12/07 21:15:59 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild,v 1.2 2013/12/07 21:17:40 tomwij Exp $ EAPI="5" @@ -64,6 +64,8 @@ pkg_postinst() { elog "An example epoch configuration is provided at /etc/epoch/epoch.conf" elog "which starts a minimal needed to use Gentoo." elog "" + elog "To use epoch, add this kernel parameter: init=/usr/sbin/epoch-init" + elog "" elog "Additional information about epoch is available at" elog "${HOMEPAGE} and configuration documentation at" elog "http://universe2.us/epochconfig.html which is useful reading material." diff --git a/sys-apps/epoch/epoch-9999.ebuild b/sys-apps/epoch/epoch-9999.ebuild index 2bc616825db2..674d4beefd39 100644 --- a/sys-apps/epoch/epoch-9999.ebuild +++ b/sys-apps/epoch/epoch-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild,v 1.1 2013/12/07 21:15:59 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild,v 1.2 2013/12/07 21:17:40 tomwij Exp $ EAPI="5" @@ -64,6 +64,8 @@ pkg_postinst() { elog "An example epoch configuration is provided at /etc/epoch/epoch.conf" elog "which starts a minimal needed to use Gentoo." elog "" + elog "To use epoch, add this kernel parameter: init=/usr/sbin/epoch-init" + elog "" elog "Additional information about epoch is available at" elog "${HOMEPAGE} and configuration documentation at" elog "http://universe2.us/epochconfig.html which is useful reading material." |