Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!ncar!gatech!udel!haven!mimsy!nmrdc1!minixug!uwalt!waltje From: waltje@uwalt.nl.mugnet.org (Fred 'The Rebel' van Kempen) Newsgroups: comp.os.minix Subject: Re: Login from tty1 (PC) Message-ID: <507@uwalt.nl.mugnet.org> Date: 23 Jan 91 18:52:50 GMT References: <42317@nigel.ee.udel.edu> Organization: MicroWalt Corporation, for MINIX Software Development Lines: 17 In article <42317@nigel.ee.udel.edu>, drl@vuse.vanderbilt.edu wrote: > gettydefs is System V, MINIX is version 7. To start a getty on > /dev/tty01 change the 0f1 to 1f1. > MINIX _was_ V7, you mean. Ever since V1.3, MINIX has been leaning more and more towards SystemV. Did you ever count the number of non-V7 utils in MINIX? To use getty(1M) on MINIX, do: # ln /etc/getty /etc/uugetty and change "Xf1" to "2f1" in /etc/ttys ^ ^ or use the new INIT I posted, which uses (yes, also non-V7) /etc/inittab . Fred.