Subject: Re: Installing from dos-formatted ZIP drive
To: Martin Loeffler <martin.loeffler@utoronto.ca>
From: Eric S. Hvozda <hvozda@netcom.com>
List: port-i386
Date: 02/28/1996 08:11:47
On Tue, 27 Feb 1996 17:24:21 -0500 martin.loeffler@utoronto.ca wrote:
>
> Ok, is there then a way to change the default editor for disklabel from vi
> to something that's on the install floppies?
I just usually do:
disklabel sd0 > foo
ed foo
disklabel -R sd0 foo
I would suppose that:
EDITOR=ed
export EDITOR
disklabel -e sd0
should work as well...