: Alternate diskless operation : Configuration : Building a DISKLESS Kernel
Previous: Common File Setup
Next: DISKLESS Node Setup

1.2.3. Building a DISKLESS Kernel

A DISKLESS kernel must be built for the client node(s). Refer to Kernel Configuration for details on building new kernels.

This sample config file, DISKLESS.sample , may be used as a starting point.

The following summarizies the steps in building a usable kernel:

# cd /usr/src/sys/i386/conf
# cp DISKLESS.sample DISKLESS
# [edit DISKLESS as desired]
# config DISKLESS
# cd /usr/src/sys/compile/DISKLESS
# make depend
# make
# install -c -m 555 -o root -g wheel -fschg kernel /usr/rootfs/common
	  


: Alternate diskless operation : Configuration : Building a DISKLESS Kernel
Previous: Common File Setup
Next: DISKLESS Node Setup