diff options
Diffstat (limited to 'system/s6-linux-init/earlygetty.run')
-rw-r--r-- | system/s6-linux-init/earlygetty.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/s6-linux-init/earlygetty.run b/system/s6-linux-init/earlygetty.run index 809fac747..5e60e7028 100644 --- a/system/s6-linux-init/earlygetty.run +++ b/system/s6-linux-init/earlygetty.run @@ -28,4 +28,4 @@ if line=`head -n 1 /run/kernel_env/earlygetty` ; then fi fi -exec /sbin/agetty $options -- "$tty" "$baud" +exec /sbin/agetty $options -- "$tty" $baud |