diff options
Diffstat (limited to 'services/agetty-tty1/run')
l---------[-rwxr-xr-x] | services/agetty-tty1/run | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/services/agetty-tty1/run b/services/agetty-tty1/run index dc01b10..26e72f0 100755..120000 --- a/services/agetty-tty1/run +++ b/services/agetty-tty1/run @@ -1,11 +1 @@ -#!/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 +../agetty-generic/run \ No newline at end of file |