emile-mkisofs

Langue: en

Version: 304532 (debian - 07/07/09)

Section: 8 (Commandes administrateur)

NAME

emile-mkisofs --- install the emile bootloader on a CD-ROM
 

SYNOPSIS

emile-mkisofs [options] [filename] [pathspec] [...]

DESCRIPTION

emile-mkisofs creates an emile bootable CD-ROM image into file filename. ISO9660 filesystem will be poppulated with files given by pathspec (see mkisofs(1)).
 

OPTIONS

-h --help
Show summary of options.
-v --verbose
Activate verbose mode.
-f --first PATH
EMILE first level to copy to CD-ROM.
-s --second PATH
EMILE second level to copy to CD-ROM.
-k --kernel PATH
Set path of kernel on the CD-ROM.
-r --ramdisk PATH
Set path of ramdisk on the CD-ROM.
-a --append ARG
Set kernel command line.
-d --appledriver DEV
Apple Driver to copy to CD-ROM.

EXAMPLES

emile-mkisofs -k "/install/kernels/vmlinuz-2.2.25-mac" -r "/install/cdrom/initrd22.gz" -d Apple_Driver43 -a "root =/dev/ramdisk ramdisk_size=13000" boot.img /mnt/cdrom
 

This command generates a bootable CD-ROM image in boot.img. The pathes of the kernel, ramdisk in the CD-ROM filesystem are repectively "/install/kernels/vmlinuz-2.2.25-mac" and "/install/cdrom/initrd22.gz". The Apple Driver is provided by the file Apple_Driver43. The kernel command line is "root =/dev/ramdisk ramdisk_size=13000". The ISO9660 filesystem of the CD-ROM poppulated with the files found in /mnt/cdrom. This filesystem must provide "/install/kernels/vmlinuz-2.2.25-mac" and "/install/cdrom/initrd22.gz".
 

FILES

/boot/emile/first_scsi

/boot/emile/m68k-second_scsi

SEE ALSO

emile-install(8), emile-set-cmdline(8), emile-first-tune(8), emile-map-set(8), emile-set-output(8), emile-mkisofs(8).

AUTHOR

This manual page was written by Laurent Vivier <laurent@lvivier.info> for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU GPL License, Version 2 or any later version published by the Free Software Foundation.
 

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.