systemd: enable unconditionally getty@ service at post-install.

This commit is contained in:
Juan RP 2013-02-27 20:43:24 +01:00
parent 66e60e394e
commit e536c06003
2 changed files with 3 additions and 2 deletions

View file

@ -4,8 +4,9 @@ post)
if [ -c dev/urandom -a ! -f etc/machine-id ]; then
systemd-machine-id-setup
systemctl enable getty@.service || :
fi
systemctl enable getty@.service || :
if [ "$UPDATE" = "yes" -a -e sys/fs/cgroup/systemd ]; then
udevadm hwdb --update
journalctl --update-catalog

View file

@ -1,7 +1,7 @@
# Template file for 'systemd'
pkgname=systemd
version=197
revision=6
revision=7
build_style=gnu-configure
configure_args="--libexecdir=/usr/lib
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr