From 015572990bed49aaa07fcdb2f4b3ae56774a12da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A9ri?= Date: Thu, 4 Jun 2020 23:21:57 +0200 Subject: main/busybox: add hvc0 (Xen domain console) to /etc/securetty --- main/busybox/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index d5f96de266..eb5315d854 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa pkgname=busybox pkgver=1.31.1 -pkgrel=16 +pkgrel=17 pkgdesc="Size optimized toolbox of many common UNIX utilities" url="https://busybox.net/" arch="all" @@ -172,6 +172,7 @@ tty8 tty9 tty10 tty11 +hvc0 EOF # script for udhcpc -- cgit v1.2.3