build-{ve,vm}: there can be no syslogd

...if it's a systemd-based image; no real error then.
This commit is contained in:
Anton Midyukov 2018-12-24 18:58:46 +07:00 committed by Michael Shigorin
parent d1d5e3e460
commit ac489474a3
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,7 @@
[ -x /sbin/chkconfig ] || exit 0
for i in network random syslogd; do chkconfig $i on; done
chkconfig syslogd on 2>&1
for i in network random; do chkconfig $i on; done
for i in fbsetfont netfs rawdevices; do chkconfig $i off; done
:

View File

@ -4,6 +4,7 @@
[ -x /sbin/chkconfig ] || exit 0
for i in network random syslogd; do chkconfig $i on; done
chkconfig syslogd on 2>&1
for i in network random; do chkconfig $i on; done
for i in fbsetfont netfs rawdevices; do chkconfig $i off; done
: