diff options
Diffstat (limited to 'services/agetty-hvsi0/conf')
-rw-r--r-- | services/agetty-hvsi0/conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/services/agetty-hvsi0/conf b/services/agetty-hvsi0/conf new file mode 100644 index 0000000..ec61b5f --- /dev/null +++ b/services/agetty-hvsi0/conf @@ -0,0 +1,8 @@ +GETTY_ARGS="-L" +if [ -x /sbin/agetty -o -x /bin/agetty ]; then + # util-linux specific settings + GETTY_ARGS="${GETTY_ARGS} -8" +fi + +BAUD_RATE=19200 +TERM_NAME=vt100 |