diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2006-11-06 11:17:47 -0400 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2006-11-06 11:17:47 -0400 |
commit | b8cdd104fecd5ae0a20bd703ad2a781e288b6255 (patch) | |
tree | 4a6d3ef4ca10f337b7fcfc3d7872964c3c7a12c7 /fgetty/README | |
parent | 5e9c6f2d2daa8f4b89cc8753ec1a29c273e9459a (diff) | |
download | contrib-b8cdd104fecd5ae0a20bd703ad2a781e288b6255.tar.gz contrib-b8cdd104fecd5ae0a20bd703ad2a781e288b6255.tar.xz |
fgetty: initial commit
Diffstat (limited to 'fgetty/README')
-rw-r--r-- | fgetty/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fgetty/README b/fgetty/README new file mode 100644 index 000000000..41a128922 --- /dev/null +++ b/fgetty/README @@ -0,0 +1,13 @@ +REQUIREMENTS + +PRE-INSTALL + +POST-INSTALL + + * Add fgetty to your /etc/inittab, I use this: +c1:123:respawn:/sbin/fgetty tty1 +c2:23:respawn:/sbin/fgetty tty2 +c3:23:respawn:/sbin/fgetty tty3 +c4:23:respawn:/sbin/fgetty tty4 + +PRECAUTION |