Subject: re: bin/7656: run kvm_mkdb at boot to fix dmesg error
To: Todd Vierling <tv@pobox.com>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 05/31/1999 10:15:07
for the shark, you _could_ easily have it DTRT by using
subdirectories of /tftpboot for each machine.  eg, i have:

	host 3am-eternal {
		[ ... ]
		filename "3am-eternal/netbsd";
		option root-path "/export/root/3am-eternal";
	}

so /tftpboot/3am-eternal/netbsd is the kernel, and so if
i make /export/root/3am-eternal be the same place, then
everyone can be happy i think...


(i personally put them on the same filesystem and use hardlinks
in the tftpboot directory.)