From ac62f6244653f8b068ccdcfccb6257b516da5e37 Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 14 Feb 2017 20:04:03 +0100 Subject: [PATCH] cleanup and bump libdevuansdk --- config | 1 + lib/libdevuansdk | 2 +- sdk | 10 ---------- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/config b/config index 544be0e..8819b49 100644 --- a/config +++ b/config @@ -32,4 +32,5 @@ MAKEOPTS="-j$(expr $(grep -c 'processor' /proc/cpuinfo) + 1)" ## extra_packages for all images extra_packages+=(fake-hwclock busybox-syslogd busybox-static openntpd) extra_packages+=(fbterm) + purge_packages+=(rsyslog) diff --git a/lib/libdevuansdk b/lib/libdevuansdk index a4cf35c..f002c12 160000 --- a/lib/libdevuansdk +++ b/lib/libdevuansdk @@ -1 +1 @@ -Subproject commit a4cf35c5b6082405346a43ac5cda48eeebaabd4a +Subproject commit f002c12258492bf20d5aef25c68de59b3fdb4500 diff --git a/sdk b/sdk index 75ccfc7..236a864 100755 --- a/sdk +++ b/sdk @@ -50,16 +50,6 @@ load() { req=(os) ckreq || return 1 - ## initialize binfmt_misc if not already, needed to run qemu - #if [[ -f /etc/init.d/binfmt-support ]]; then - # sudo /etc/init.d/binfmt-support restart - #else - # [[ -d /proc/sys/fs/binfmt_misc ]] \ - # || sudo modprobe binfmt_misc - # [[ -f /proc/sys/fs/binfmt_misc/register ]] \ - # || sudo mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc - #fi - os_map=( "devuan" "$R/lib/libdevuansdk/libdevuansdk" )