Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/global/getty

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2100 - (show annotations) (download)
Sat Mar 30 14:21:55 2013 UTC (11 years, 1 month ago) by niro
File size: 267 byte(s)
-add terminal emulation mode
1 # Getty configuration file
2
3 # Getty exec which get spawns on the TTYs
4 GETTY_EXEC="/sbin/agetty"
5
6 # Default getty speed
7 GETTY_SPEED="38400"
8
9 # Getty options like --autologin etc
10 GETTY_OPTS="--autologin=root"
11
12 # Getty default terminal emulation mode
13 GETTY_TERM="linux"