Updated evlolution-patches to have agetty
This commit is contained in:
parent
715747e55c
commit
6dc5ec85dd
|
@ -1,6 +1,6 @@
|
|||
pkgname=evolution-patches
|
||||
version=1.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=meta
|
||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||
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/
|
||||
}
|
||||
|
|
Reference in New Issue