fix(coreos-base/coreos-base): do not link /sbin/init

depend on the systemd sysv package now
This commit is contained in:
Brandon Philips 2013-02-16 23:00:23 -08:00
parent 24598ef577
commit 15958c1767
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -142,6 +142,7 @@ RDEPEND="${RDEPEND}
sys-apps/sed
sys-apps/shadow
sys-apps/systemd
sys-apps/systemd-sysv-utils
sys-apps/util-linux
sys-auth/pam_pwdfile
sys-fs/e2fsprogs