freebsd-dev/sys/boot/forth
Ruslan Ermilov ab737c5f07 Setting "kernel" to an absolute path is a bad idea because
after loading such a kernel, "module_path" will be set to
an insane value.  Fixed example by providing an equivalent
setting.  For the record, when automatically loading a
kernel (commands "boot" and "boot-conf"), the following is
tried, in this order:

	path=/boot/${kernel} file=${bootfile}
	path=/boot/${kernel} file=${kernel}
	path=${kernel} file=${bootfile}
	path=${kernel} file=${kernel}
	path=${module_path} file=${kernel}
2004-09-30 21:48:51 +00:00
..
beastie.4th
frames.4th
loader.4th
loader.4th.8 Setting "kernel" to an absolute path is a bad idea because 2004-09-30 21:48:51 +00:00
loader.conf Bring this file more up to date. 2004-09-30 20:02:07 +00:00
loader.conf.5 Retire now useless userconfig_script_*. 2004-09-30 18:23:35 +00:00
loader.rc
pnp.4th
screen.4th
support.4th