EMILE/docs/emile-install.sgml

182 lines
4.9 KiB
Plaintext

<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!-- Process this file with docbook-to-man to generate an nroff manual
page: `docbook-to-man manpage.sgml > 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 $< > $@
-->
<!-- Fill in your name for FIRSTNAME and SURNAME. -->
<!ENTITY dhfirstname "<firstname>Stephen</firstname>">
<!ENTITY dhsurname "<surname>Marenka</surname>">
<!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY dhdate "<date>May 26, 2005</date>">
<!ENTITY dhsection "<manvolnum>8</manvolnum>">
<!ENTITY dhemail "<email>stephen@marenka.net</email>">
<!ENTITY dhusername "Stephen R. Marenka">
<!ENTITY dhucpackage "<refentrytitle>emile-install</refentrytitle>">
<!ENTITY dhpackage "emile">
<!ENTITY dhprogram "emile-install">
<!ENTITY debian "<productname>Debian GNU/Linux</productname>">
<!ENTITY gnu "<acronym>GNU</acronym>">
]>
<refentry>
<refentryinfo>
<address>
&dhemail;
</address>
<author>
&dhfirstname;
&dhsurname;
</author>
<copyright>
<year>2005</year>
<holder>&dhusername;</holder>
</copyright>
&dhdate;
</refentryinfo>
<refmeta>
&dhucpackage;
&dhsection;
</refmeta>
<refnamediv>
<refname>&dhprogram;</refname>
<refpurpose>install the <command>&dhpackage;</command>
bootloader on a floppy disk
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>&dhprogram;</command>
<arg><replaceable>options</replaceable></arg>
<arg>image</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para><command>&dhprogram;</command> creates an
<command>&dhpackage;</command> bootable floppy disk or
disk image.
</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
<variablelist>
<varlistentry>
<term><option>-h</option>, <option>--help</option></term>
<listitem>
<para>Show summary of options.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option>, <option>--verbose</option></term>
<listitem>
<para>Activate verbose mode.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f</option>, <option>--first=PATH</option></term>
<listitem>
<para>Set path of EMILE first level.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-s</option>, <option>--second=PATH</option></term>
<listitem>
<para>Set path of EMILE second level.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-k</option>, <option>--kernel=PATH</option></term>
<listitem>
<para>Set path of kernel.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-r</option>, <option>--ramdisk=PATH</option></term>
<listitem>
<para>Set path to ramdisk.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-g</option>, <option>--get-info</option></term>
<listitem>
<para>Get information from image.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-c</option>, <option>--config=FILE</option></term>
<listitem>
<para>set configuration according to a config file.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>REPORTING BUGS</title>
<para>Report bugs to Laurent Vivier &lt;Laurent@Vivier.EU&gt;</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>emile(8), emile-first-tune(8), emile-map-set(8),
emile-set-cmdline(8), emile-set-output(8), emile-mkisofs(8).</para>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>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 <acronym>GNU</acronym> GPL License, Version 2
or any later version published by the Free Software Foundation.
</para>
<para>This manual page has been updated by Laurent Vivier
&lt;Laurent@Vivier.EU&gt;.</para>
<para>
On Debian systems, the complete text of the GNU General Public
License can be found in /usr/share/common-licenses/GPL.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->