systemd: do not clear screen in agetty.
This commit is contained in:
parent
9808694bc5
commit
2be31e6c25
2 changed files with 26 additions and 2 deletions
22
srcpkgs/systemd/patches/getty_service_void.patch
Normal file
22
srcpkgs/systemd/patches/getty_service_void.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
Void linux specific patch: do not clear screen in getty.
|
||||
|
||||
--- units/getty@.service.m4.orig 2012-07-02 18:53:11.843700293 +0200
|
||||
+++ units/getty@.service.m4 2012-07-02 18:53:29.186280029 +0200
|
||||
@@ -41,7 +41,7 @@ ConditionPathExists=/dev/tty0
|
||||
|
||||
[Service]
|
||||
Environment=TERM=linux
|
||||
-ExecStart=-/sbin/agetty %I 38400
|
||||
+ExecStart=-/sbin/agetty --noclear %I 38400
|
||||
Type=idle
|
||||
Restart=always
|
||||
RestartSec=0
|
||||
@@ -49,7 +49,7 @@ UtmpIdentifier=%I
|
||||
TTYPath=/dev/%I
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
-TTYVTDisallocate=yes
|
||||
+#TTYVTDisallocate=yes
|
||||
KillMode=process
|
||||
IgnoreSIGPIPE=no
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=185
|
||||
revision=2
|
||||
revision=3
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-distro=other --with-rootprefix= --enable-plymouth
|
||||
|
@ -10,7 +10,9 @@ configure_args="--with-distro=other --with-rootprefix= --enable-plymouth
|
|||
--with-usb-ids-path=/usr/share/hwdata/usb.ids
|
||||
--with-pci-ids-path=/usr/share/hwdata/pci.ids"
|
||||
depends="dbus run-parts kbd>=1.15.3_5 systemd-libs>=$version udev>=$version"
|
||||
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel libblkid-devel glib-devel gobject-introspection"
|
||||
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
||||
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
||||
libblkid-devel glib-devel gobject-introspection"
|
||||
subpackages="udev libudev libudev-devel libgudev libgudev-devel systemd-analyze systemd-devel systemd-libs"
|
||||
short_desc="A system and service manager for Linux"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue