On 06/20/2011 07:33 PM, Daniel Ellison wrote: > When I type "live" at the "boot:" prompt, I get "Could not find kernel > image: /live/vmlinuz".
depends on your config tree, look at binary/live and see what you get by default, lb3 does not mangle the kernel filename, so that would be /live/vmlinuz-2.6.39-2-amd64 or similar. if you want it to be mangled, you can use a binary hook, such as: http://vcs.progress-linux.org/?p=images/standard.git;a=blob;f=config/binary_local-hooks/kernel.sh or include the explicit filename in your live.cfg. i still need to figure out a smart way to do that somewhat more automatic with a replace from the template that works with any number of installed kernels. -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: [email protected] Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
