diff options
Diffstat (limited to 'services/agetty-serial/conf')
-rw-r--r-- | services/agetty-serial/conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/services/agetty-serial/conf b/services/agetty-serial/conf new file mode 100644 index 0000000..7e064af --- /dev/null +++ b/services/agetty-serial/conf @@ -0,0 +1,7 @@ +if [ -x /sbin/getty ]; then + # util-linux specific settings + GETTY_ARGS="-8 -L" +fi + +baud_rate=115200 +term_name=vt100 |