From 78decbdb515f78864ad8144779cd453caacd7e90 Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Tue, 31 Mar 2015 17:14:55 +0200 Subject: services: Refactor agetty-tty? services --- services/agetty-tty1/conf | 7 +++++++ services/agetty-tty1/run | 12 +----------- 2 files changed, 8 insertions(+), 11 deletions(-) create mode 100644 services/agetty-tty1/conf mode change 100755 => 120000 services/agetty-tty1/run (limited to 'services/agetty-tty1') diff --git a/services/agetty-tty1/conf b/services/agetty-tty1/conf new file mode 100644 index 0000000..977d7ef --- /dev/null +++ b/services/agetty-tty1/conf @@ -0,0 +1,7 @@ +if [ -x /sbin/getty ]; then + # util-linux specific settings + GETTY_ARGS="--no-clear" +fi + +baud_rate=38400 +term_name=linux diff --git a/services/agetty-tty1/run b/services/agetty-tty1/run deleted file mode 100755 index dc01b10..0000000 --- a/services/agetty-tty1/run +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -tty=${PWD##*-} -if [ -x /sbin/getty ]; then - # busybox - GETTY=getty -elif [ -x /sbin/agetty ]; then - # util-linux - GETTY=agetty - GETTY_ARGS="--noclear" -fi -exec setsid $GETTY $GETTY_ARGS $tty 38400 linux diff --git a/services/agetty-tty1/run b/services/agetty-tty1/run new file mode 120000 index 0000000..26e72f0 --- /dev/null +++ b/services/agetty-tty1/run @@ -0,0 +1 @@ +../agetty-generic/run \ No newline at end of file -- cgit 1.4.1