mirror of https://github.com/parazyd/vm-sdk.git
install ntp and rsyslog again
This commit is contained in:
parent
2b3005bfc3
commit
623be85e5d
9
config
9
config
|
|
@ -31,8 +31,9 @@ PATH="$PATH:/usr/sbin:/sbin"
|
||||||
## options for `make` when building kernel
|
## options for `make` when building kernel
|
||||||
MAKEOPTS="-j$(expr $(grep -c 'processor' /proc/cpuinfo) + 1)"
|
MAKEOPTS="-j$(expr $(grep -c 'processor' /proc/cpuinfo) + 1)"
|
||||||
|
|
||||||
## extra_packages for all images
|
## uncomment if you wish to create stage4 tarballs for faster rebuilding
|
||||||
extra_packages+=(fake-hwclock busybox-syslogd busybox-static openntpd)
|
# TAR_STAGE4=true
|
||||||
extra_packages+=(fbterm)
|
|
||||||
|
|
||||||
purge_packages+=(rsyslog)
|
## extra_packages for all images
|
||||||
|
extra_packages+=(fake-hwclock busybox-static ntp)
|
||||||
|
extra_packages+=(fbterm)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue