[luau] interactive bootup - how?

Vince Hoang luau at ml.altern8.net
Thu Jan 30 11:19:00 PST 2003


On Thu, Jan 30, 2003 at 10:30:51AM +0000, Charles Lockhart wrote:
> So I go look at it, it's stuck trying to mount NFS stuff.

NFS is a PITA to manage. With frequent hangs, you might want to
manually mount it after startup. If it is read-only data, you
might consider mounting the filesystem soft so NFS issues will
not lock your system. Most documentation will discourage the use
of soft mounts, however.

> So where can I learn to do this?

Very succinctly, /etc. :)

After your system loads the kernel and starts init, it starts up
the runlevel that is specified in /etc/inittab. Say your default
runlevel is 3. The scripts under /etc/rc.d/rc3.d are run in
alphanumerical order.

-Vince



More information about the LUAU mailing list