Subject: Re: warning: no /dev/console
To: Steven M. Bellovin <smb@research.att.com>
From: Andrew Gillham <gillham@vaultron.com>
List: port-i386
Date: 08/07/2001 12:05:33
On Tue, Aug 07, 2001 at 06:45:15PM +0100, Steven M. Bellovin wrote:
>
> Are you using sysinst or doing a manual unpack? For the latter, before
> rebooting, do
>
> cd /dev
> ./MAKEDEV
If sysinst gets an error unpacking a set, does it skip the MAKEDEV step?
If you exit sysinst and manually mount your root file system you can then
run MAKEDEV.
e.g.:
# mount /dev/wd0a /mnt
# cd /mnt/dev
# sh ./MAKEDEV
# reboot
Once rebooted and working you probably want to run MAKEDEV again so the
correct ownership is set. (I think you will get errors running MAKEDEV in
the above example)
-Andrew