diff options
author | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2009-08-03 21:45:34 -0400 |
---|---|---|
committer | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2009-08-03 23:50:20 -0400 |
commit | 3369a18e1a3eae71a8b37bd91cff61dbbe389a2b (patch) | |
tree | fb0db869d0a1a5e1314762c5c4676769840a17a4 /doc | |
parent | 1275c1535315174f355b4bf74e69e572d8b38fc6 (diff) | |
download | syslinux.git-3369a18e1a3eae71a8b37bd91cff61dbbe389a2b.tar.gz syslinux.git-3369a18e1a3eae71a8b37bd91cff61dbbe389a2b.tar.xz syslinux.git-3369a18e1a3eae71a8b37bd91cff61dbbe389a2b.zip |
[memdisk] Add El Torito emulation for .ISO images
With this patch, users can now boot El Torito-bootable .ISO (CD/DVD) images.
The user should specify "iso" on the kernel command-line.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/memdisk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/memdisk.txt b/doc/memdisk.txt index 79d76400..274a0b99 100644 --- a/doc/memdisk.txt +++ b/doc/memdisk.txt @@ -75,6 +75,7 @@ b) If the disk image is less than 4,194,304 bytes (4096K, 4 MB) it is s=# Specify number of sectors (max 63) floppy[=#] The image is a floppy image[**] harddisk[=#] The image is a hard disk image[**] + iso The image is an El Torito ISO9660 image (drive 0xE0) # represents a decimal number. |