Subject: Re: disklabel question (a different one this time)
To: None <djv@bedford.net, djv-list@bedford.net>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-pmax
Date: 10/23/1997 10:50:30
> > 3)
> > disklabel -r -e rz1
>
> I'm not sure that Paul is in a state yet where -e will work --
> fresh pmax install, X probably not working yet, hence no
> vi. (i.e. no termcap entry for console). At least that's the
> way it is with OpenBSD-- no vi until X is up. Unless NetBSD has
> a good termcap for the pmax console? I've seen statements that
> such is "impossible". I would love to be proven wrong on that.

Hey, what's wrong with

EDITOR=ed
export EDITOR
disklabel -r -e rz1

? In a pinch, you can get by with a fairly minimal set of ed
commands.

- Havard