manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ --> Laurent"> Vivier"> March 23, 2007"> 8"> Laurent@Vivier.EU"> emile-mkisofs"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2007 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhprogram; install the &dhpackage; bootloader on a CD-ROM &dhprogram; options filename pathspec ... DESCRIPTION &dhprogram; creates an &dhpackage; bootable CD-ROM image into file . ISO9660 filesystem will be poppulated with files given by (see mkisofs(1)). OPTIONS Show summary of options. Activate verbose mode. EMILE first level to copy to CD-ROM. EMILE second level to copy to CD-ROM. Set path of kernel on the CD-ROM. Set path of ramdisk on the CD-ROM. Set kernel command line. Apple Driver to copy to CD-ROM. Use the Apple Driver provided by EMILE to copy to CD-ROM. EMILE Apple Driver doesn't contain any copyrighted Apple Material. Specify the path to the configuration file. EXAMPLES A bootable CD-ROM with an Apple Driver &dhprogram; -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". See emile-map-set(8) to know how to extract Apple_Driver43. A bootable CD-ROM with an EMILE Apple Driver and a configuration file before all write the configuration file, cdrom.conf: timeout 5 default 0 vga default title Sarge Install kernel /install/kernels/vmlinuz-2.2.25-mac args root=/dev/ramdisk ramdisk_size=13000 initrd /install/cdrom/initrd22.gz title Sarge Install (Expert Mode) kernel /install/kernels/vmlinuz-2.2.25-mac args priority=low root=/dev/ramdisk ramdisk_size=13000 initrd /install/cdrom/initrd22.gz title Rescue Mode kernel /install/kernels/vmlinuz-2.2.25-mac args root=/dev/ramdisk ramdisk_size=13000 rescue/enable=true initrd /install/cdrom/initrd22.gz and copy it into the CD-ROM filesystem, for instance Debian_3.1_r0a_m68k_Bin-1/install/cdrom.conf then, you can generate your CD-ROM image: &dhprogram; -c /install/cdrom.conf \ Debian_3.1_r0a_m68k_Bin-1.iso Debian_3.1_r0a_m68k_Bin-1 FILES /boot/emile/first_scsi /boot/emile/m68k-second_scsi REPORTING BUGS Report bugs to Laurent Vivier <Laurent@Vivier.EU> 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 &dhusername; <&dhemail;> for the &debian; 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.