mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
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:
parent
866d40f809
commit
7ccb7368e7
@ -92,6 +92,8 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dosym /usr/lib/systemd/systemd /sbin/init || die
|
||||
|
||||
insinto /etc
|
||||
#doins "${FILESDIR}"/sysctl.conf || die
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user