Magellan Linux

Contents of /trunk/busybox/agetty.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2124 - (show annotations) (download) (as text)
Tue Mar 19 14:54:30 2013 UTC (11 years, 1 month ago) by niro
File MIME type: application/x-sh
File size: 72 byte(s)
-added agetty wrapper around busybox getty
1 #!/bin/sh
2
3 # filter noclear
4 args="${@//--noclear}"
5
6 /sbin/getty ${args}