From 6dc5ec85dd1a2b0694f8806dcaf1e4b249669b2e Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Tue, 12 Sep 2023 23:07:20 +0100 Subject: [PATCH] Updated evlolution-patches to have agetty --- srcpkgs/evolution-patches/template | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/srcpkgs/evolution-patches/template b/srcpkgs/evolution-patches/template index ce33fd8..2dee2a0 100644 --- a/srcpkgs/evolution-patches/template +++ b/srcpkgs/evolution-patches/template @@ -1,6 +1,6 @@ pkgname=evolution-patches version=1.1 -revision=2 +revision=3 build_style=meta maintainer="Tracker-Friendly " short_desc="Simple patches that enable an usable OS out of the box" @@ -40,5 +40,14 @@ do_install() { touch ${DESTDIR}/etc/shadow ln -sf /bin/doas ${DESTDIR}/usr/bin/sudo - ln -sf /bin/dinit ${DESTDIR}/usr/bin/init + + mkdir -p ${DESTDIR}/etc/dinit.d/boot.d + + ln -sf /etc/dinit.d/agetty-tty1 ${DESTDIR}/etc/dinit.d/boot.d/ + ln -sf /etc/dinit.d/agetty-tty2 ${DESTDIR}/etc/dinit.d/boot.d/ + ln -sf /etc/dinit.d/agetty-tty3 ${DESTDIR}/etc/dinit.d/boot.d/ + ln -sf /etc/dinit.d/agetty-tty4 ${DESTDIR}/etc/dinit.d/boot.d/ + ln -sf /etc/dinit.d/agetty-tty5 ${DESTDIR}/etc/dinit.d/boot.d/ + ln -sf /etc/dinit.d/agetty-tty6 ${DESTDIR}/etc/dinit.d/boot.d/ + ln -sf /etc/dinit.d/agetty-tty7 ${DESTDIR}/etc/dinit.d/boot.d/ }