# # loader.conf to place in /server/testslave/boot/loader.conf -- some sample # settings that are useful for network development. # # Serial console console="comconsole" # Ethernet console kern.ethercons.interface_preference="fxp0" kern.ethercons.ifnet_raise="1" # Some useful possible root file system values; PXE will default to NFS root. # Don't set anything to get the PXE default. Note that some versions of # /etc/rc.d/diskless* and 4.x diskless will assume that if the kerenl is # loaded over NFS, then memory-backed /var is needed, etc, etc. These are # bugs because it should be OK to NFS boot a kernel and use a local file # system yet not assume that we're going "diskless". vfs.root.mountfrom="ufs:/dev/ad0s1a" # 4.x user space vfs.root.mountfrom="ufs:/dev/ad0s2a" # 5.x user space