tech-install archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Diskless installs?
>> - run: cd /dev && sh MAKEDEV all
> And forgot to mention: in the NFS case I usually do this step on the
> server before booting the client, as the client will check for
> /dev/console being valid and do a tmpfs union for /dev otherwise
> which makes it tricky to fix the setup.
My NFS server is NetBSD, but old enough that I don't trust it to be
completely compatible with 10.1. So what I did was
On the server: clone dev to dev+
Boot client single-user
On the client: "cd /dev+" then "sh MAKEDEV all"
Halt the client
On the server: mv dev dev- and mv dev+ dev
I then brought the client back up (single-user) and everything appears
to be happy; it got to multi-user with no significant problems.
Thank you very much for that list! There were two steps on it (certctl
and entropy) that I would have had no clue of, or at the very least
would have taken much longer to deal with, without your help. And it
also helped greatly to have confidence that there wasn't anything else
that needed doing.
/~\ The ASCII Mouse
\ / Ribbon Campaign
X Against HTML mouse%rodents-montreal.org@localhost
/ \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B
Home |
Main Index |
Thread Index |
Old Index