K 10 svn:author V 2 ru K 8 svn:date V 27 2004-09-30T21:48:51.000000Z K 7 svn:log V 489 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} END