9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: andrey mirtchovski <mirtchov@cpsc.ucalgary.ca>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] novice question -- how to stop 9load from asking questions?
Date: Fri, 27 Feb 2004 13:05:38 -0700	[thread overview]
Message-ID: <7412d465acc712b8a1333d2591e99ff1@plan9.ucalgary.ca> (raw)
In-Reply-To: <200402271934.i1RJY6rc032862@adat.davidashen.net>

> 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



  reply	other threads:[~2004-02-27 20:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-27 19:34 David Tolpin
2004-02-27 20:05 ` andrey mirtchovski [this message]
2004-03-01  8:47   ` Fco.J.Ballesteros
2004-03-01  9:35     ` David Tolpin
2004-02-28  3:02 ` Andrey S. Kukhar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7412d465acc712b8a1333d2591e99ff1@plan9.ucalgary.ca \
    --to=mirtchov@cpsc.ucalgary.ca \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).