index
:
openembedded-core.git
daisy
danny
denzil
dizzy
dora
dylan
fido
jethro
krogoth
master
master-next
master-next-1.9
master-next2
morty
pyro
thud
Mirror of openembedded-core
Multi-Tech Systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meta
/
recipes-core
/
sysvinit
/
sysvinit-inittab
/
start_getty
blob: e3d052a84025729a75d77aa325ac53be505c82df (
plain
)
1
2
3
4
5
#!/bin/sh if [ -c /dev/$2 ] then /sbin/getty -L $1 $2 $3 fi