vm-sdk

simple distro kit (vm edition)
git clone git://parazyd.org/vm-sdk.git
Log | Files | Refs | Submodules | README | LICENSE

commit 623be85e5d12cb6b0b02ff2bce1d1a1aa8f5d278
parent 2b3005bfc3a3b84acdc2b59365388ed8ed60e1e0
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 26 Oct 2017 21:38:03 +0200

install ntp and rsyslog again

Diffstat:
Mconfig | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/config b/config @@ -31,8 +31,9 @@ PATH="$PATH:/usr/sbin:/sbin" ## options for `make` when building kernel MAKEOPTS="-j$(expr $(grep -c 'processor' /proc/cpuinfo) + 1)" +## uncomment if you wish to create stage4 tarballs for faster rebuilding +# TAR_STAGE4=true + ## extra_packages for all images -extra_packages+=(fake-hwclock busybox-syslogd busybox-static openntpd) +extra_packages+=(fake-hwclock busybox-static ntp) extra_packages+=(fbterm) - -purge_packages+=(rsyslog)