Ticket #1720 (closed enhancement: duplicate)

Opened 2 years ago

Last modified 2 years ago

The kernel of LiveCD does not try to find the iso file of LiveCD in the hard disk?

Reported by: songzw Assigned to: livecd@linuxfromscratch.org
Priority: highest Milestone: 6.2
Component: CD Version: x86-6.2-2
Keywords: iso Cc:

Description

I copy the directory of boot/isolinux to the harddisk from the iso file of the LiveCD of lfs. And start the LiveCD by adding the following lines to grub's menu.lst

title LFS LiveCD 6.2-3 
kernel (hd0,0)/boot/isolinux/linux 
initrd (hd0,0)/boot/isolinux/initramfs_data_cpio.gz

But the kernel of LiveCD just try to find the LiveCD in the cdrom driver (/dev/hdc) and does not try to find the iso file in the hard disk. I think this is a bug of the kernel of the LiveCD. It will be a good news for users without writable cdrom drivers, if the kernel can find the iso file in the hard disk.

Change History

10/18/06 01:33:17 changed by alexander@linuxfromscratch.org

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #1719. Reading iso files from hard disk means the possibility of abuse.