diff options
author | Chris Cromer <chris@cromer.cl> | 2017-10-06 14:42:52 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-10-06 14:43:59 -0500 |
commit | d4ddd72701ff5533a1ba07b1da60806859c63d88 (patch) | |
tree | e97371f1c40432060bac1f3e76572b86b17ad71a /conf.d | |
parent | 1e9af2cd421423404ffe1491bd35af76c2885f1f (diff) |
add option to make agetty startup quiet
This fixes #150
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/agetty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/agetty b/conf.d/agetty index 527ce4c2..03acee65 100644 --- a/conf.d/agetty +++ b/conf.d/agetty @@ -1,3 +1,6 @@ +# make agetty quiet +#quiet="yes" + # Set the baud rate of the terminal line #baud="" |