commit: 6f0afe2a70bf7d8c5a9ef1e1e3fe3e83b6aece2b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 19 17:20:21 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 17:20:21 2019 +0000
URL: https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=6f0afe2a
fixinittab: Support SPARC's ttyHV0 console device
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
init.d/fixinittab | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init.d/fixinittab b/init.d/fixinittab
index b0fcaeb..2350100 100644
--- a/init.d/fixinittab
+++ b/init.d/fixinittab
@@ -32,7 +32,7 @@ start()
if [ -z "${LIVECD_CONSOLE}" ]
then
- for c in hvc0
+ for c in hvc0 ttyHV0
do
if [ -c "/dev/${c}" ]
then