Re: diskless boot of a PXE-compatible machine : finally done !

2001-02-05 Thread Luigi Rizzo
Hi, while looking into diskless operation it was noticed that: > early_nfs_mounts was removed with revision 1.209 of rc > >() do you remember why that was done ? It was used for diskless operation --

Re: diskless boot ...

2001-02-05 Thread Luigi Rizzo
> Luigi Rizzo wrote: > > > > in your rc.conf or rc.conf.local, you should set > > > > early_nfs_mounts="YES" > > Well : (I don't find this knob in a recent -Stable machine - it is > indeed in the examples) > multi# cd /etc > multi# grep early rc* > rc:# BOOTP diskless boot. We have to

Re: diskless boot of a PXE-compatible machine : finally done !

2001-02-05 Thread Thierry Herbelot
Luigi Rizzo wrote: > > in your rc.conf or rc.conf.local, you should set > > early_nfs_mounts="YES" Well : (I don't find this knob in a recent -Stable machine - it is indeed in the examples) multi# cd /etc multi# grep early rc* rc:# BOOTP diskless boot. We have to run the rc file early

Re: diskless boot of a PXE-compatible machine : finally done !

2001-02-05 Thread Luigi Rizzo
in your rc.conf or rc.conf.local, you should set early_nfs_mounts="YES" so that /usr and friends are mounted before rc.diskless2 is invoked. This has worked for me at least in 3.1-something (the scripts in the CVS repository derive from the setup i have prepared on that version). not su