hack(coreos-base/coreos-base): use systemd as init

symlink in systemd to /sbin/init. This will need to be fixed by using
sys-apps/systemd-sysv-utils but it is conflicting at the moment.
This commit is contained in:
Brandon Philips 2013-02-16 10:43:53 -08:00
parent 866d40f809
commit 7ccb7368e7

View File

@ -92,6 +92,8 @@ pkg_setup() {
}
src_install() {
dosym /usr/lib/systemd/systemd /sbin/init || die
insinto /etc
#doins "${FILESDIR}"/sysctl.conf || die