mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
160 lines
4.2 KiB
Plaintext
160 lines
4.2 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-map-set</refentrytitle>">
|
|
<!ENTITY dhpackage "emile">
|
|
<!ENTITY dhprogram "emile-map-set">
|
|
|
|
<!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>Set the <command>&dhpackage;</command>
|
|
bootloader partition map information.
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsynopsisdiv>
|
|
<cmdsynopsis>
|
|
<command>&dhprogram;</command>
|
|
<arg><replaceable>options</replaceable></arg>
|
|
<arg>partition</arg>
|
|
</cmdsynopsis>
|
|
</refsynopsisdiv>
|
|
<refsect1>
|
|
<title>DESCRIPTION</title>
|
|
|
|
<para><command>&dhprogram;</command> sets the
|
|
<command>&dhpackage;</command> bootloader partition
|
|
map information.
|
|
Do not use <option>--startup</option> with any other
|
|
options.
|
|
</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>-f</option>
|
|
<option>--flags FLAGS</option></term>
|
|
<listitem>
|
|
<para>Set the flags for the partition.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><option>-t</option>
|
|
<option>--type TYPE</option></term>
|
|
<listitem>
|
|
<para>Set the type of the partition.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><option>-s</option>
|
|
<option>--startup</option></term>
|
|
<listitem>
|
|
<para>Set the startup partition.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
<title>REPORTING BUGS</title>
|
|
<para>Report bugs to Laurent Vivier <Laurent@lvivier.info></para>
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
<title>SEE ALSO</title>
|
|
|
|
<para>emile(8), emile-install(8), emile-first-tune(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
|
|
<Laurent@lvivier.info>.</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:
|
|
-->
|