build-{ve,vm}: there can be no syslogd
...if it's a systemd-based image; no real error then.
This commit is contained in:
parent
d1d5e3e460
commit
ac489474a3
@ -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
|
||||
:
|
||||
|
@ -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
|
||||
:
|
||||
|
Loading…
Reference in New Issue
Block a user