mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
fix(coreos-base/coreos-base): do not link /sbin/init
depend on the systemd sysv package now
This commit is contained in:
parent
24598ef577
commit
15958c1767
@ -92,8 +92,6 @@ pkg_setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dosym /usr/lib/systemd/systemd /sbin/init || die
|
|
||||||
|
|
||||||
insinto /etc
|
insinto /etc
|
||||||
#doins "${FILESDIR}"/sysctl.conf || die
|
#doins "${FILESDIR}"/sysctl.conf || die
|
||||||
|
|
||||||
|
@ -142,6 +142,7 @@ RDEPEND="${RDEPEND}
|
|||||||
sys-apps/sed
|
sys-apps/sed
|
||||||
sys-apps/shadow
|
sys-apps/shadow
|
||||||
sys-apps/systemd
|
sys-apps/systemd
|
||||||
|
sys-apps/systemd-sysv-utils
|
||||||
sys-apps/util-linux
|
sys-apps/util-linux
|
||||||
sys-auth/pam_pwdfile
|
sys-auth/pam_pwdfile
|
||||||
sys-fs/e2fsprogs
|
sys-fs/e2fsprogs
|
||||||
|
Loading…
Reference in New Issue
Block a user