mirror of https://github.com/parazyd/vm-sdk.git
cleanup and bump libdevuansdk
This commit is contained in:
parent
3c483ee1bd
commit
ac62f62446
1
config
1
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)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a4cf35c5b6082405346a43ac5cda48eeebaabd4a
|
||||
Subproject commit f002c12258492bf20d5aef25c68de59b3fdb4500
|
||||
10
sdk
10
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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue