Subject: Re: Simple installation query
To: Rob Leadbeater <robleady@argonet.co.uk>
From: Chris Gilbert <cg110@york.ac.uk>
List: port-arm32
Date: 10/22/1996 00:48:24
On Mon, 21 Oct 1996, Rob Leadbeater wrote:

> I finally got another disc to stick RiscBSD on, and everything seemed to be
> going fine in the installation until I try running /usr/local/sbin/inst.
> This appears to fail due to the lack of the whoami command, complaining that
> I must be root. Am I missing something ?

This is a common prob, as whoami is not installed yet, so you have to fake
one, to do this you just need to make a file called whoami in / of your
root HD partition and put in it echo root, and make it an executable

eg

cd /
echo echo root > whoami
chmod a+x whoami

that should cure the prob, I think I've got the right cmd list there.

 
Chris Gilbert