On Wed, 12 Nov 2014 22:22:09 +0000 (UTC), James wrote: > > If the live DVD uses GRUB, the config is at grub.cfg as usual. If it > > uses isolinux it will be either /isolinux/isolinux.cfg or > > /boot/isolinux.isolinux.cfg. > > using my old buddy "find" on the minimal cd I found this > /usr/src/linux/vmlinux
The kernel is a file on the DVD, not buried in the squashfs filesystem -
the kernel is needed to mount that filesystem. Given the limited number
of files on the DVD it quickest to send the lot to file.
% find -type f -exec file {} + | grep kernel
./boot/memtest86: Linux x86 kernel
./isolinux/gentoo: Linux kernel x86 boot executable bzImage.....
./isolinux/kernels.msg: ASCII text
--
Neil Bothwick
Top Oxymorons Number 39: Almost exactly
pgpDNWF8QmQTD.pgp
Description: OpenPGP digital signature

