From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7412d465acc712b8a1333d2591e99ff1@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] novice question -- how to stop 9load from asking questions? From: andrey mirtchovski In-Reply-To: <200402271934.i1RJY6rc032862@adat.davidashen.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 27 Feb 2004 13:05:38 -0700 Topicbox-Message-UUID: 013f7ad8-eacd-11e9-9e20-41e7f4b1d025 > Hi, > > is there a way to urge plan9 terminal to boot without asking about > bootargs and user name? > > David there's a 'nobootprompt=' plan9.ini(8) variable you can use. as for the username the only way i can think of is a hack -- boot a pccpu kernel which will remember the user information and store it in nvram. to avoid other people logging in to your terminal (which is actualy a cpu server) don't start the listen daemon from cpurc... essentially other users won't be able to login to such cpu server unless you explicitly add the user that booted it to /lib/ndb/auth so it can 'become' somebody else. not that i'm condoning such terminal setup, of course, and not that i haven't done exactly the same thing it in the past :) andrey