mirror of
https://github.com/vivier/EMILE.git
synced 2025-04-07 12:38:58 +00:00
Remove WARNING, add REPORTING BUGS
This commit is contained in:
parent
d7e9eb55ec
commit
04d9d79d74
@ -130,11 +130,11 @@ manpage.1: manpage.sgml
|
||||
|
||||
<refsect1>
|
||||
<title>EXAMPLES</title>
|
||||
<para><command>&dhprogram;</command> -o 1024 -s 55864 /dev/fd0</para>
|
||||
<programlisting><command>&dhprogram;</command> -o 1024 -s 55864 /dev/fd0</programlisting>
|
||||
<para>Set the first level in the boot block of the floppy /dev/fd0
|
||||
to load the second level found at the offset 1024 bytes for a size of
|
||||
55864 bytes</para>
|
||||
<para><command>&dhprogram;</command> /dev/fd0</para>
|
||||
<programlisting><command>&dhprogram;</command> /dev/fd0</programlisting>
|
||||
<para>Display first level information of the device /dev/fd0
|
||||
<programlisting>
|
||||
EMILE boot block identified
|
||||
@ -143,7 +143,7 @@ manpage.1: manpage.sgml
|
||||
Second level offset: 1024
|
||||
Second level size: 56320
|
||||
</programlisting></para>
|
||||
<para><command>&dhprogram; /dev/sda4 --path /boot/emile/m68k-second_scsi</command></para>
|
||||
<programlisting><command>&dhprogram; /dev/sda4 --path /boot/emile/m68k-second_scsi</command></programlisting>
|
||||
<para>First level will load the second level found in the file
|
||||
/boot/emile/m68k-second_scsi</para>
|
||||
</refsect1>
|
||||
|
@ -132,10 +132,8 @@ manpage.1: manpage.sgml
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>WARNING</title>
|
||||
<para>
|
||||
!!! USE WITH CAUTION AND AT YOUR OWN RISK !!!
|
||||
</para>
|
||||
<title>REPORTING BUGS</title>
|
||||
<para>Report bugs to Laurent Vivier <Laurent@lvivier.info></para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
@ -155,6 +153,8 @@ manpage.1: manpage.sgml
|
||||
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.
|
||||
|
@ -110,10 +110,8 @@ manpage.1: manpage.sgml
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>WARNING</title>
|
||||
<para>
|
||||
!!! USE WITH CAUTION AND AT YOUR OWN RISK !!!
|
||||
</para>
|
||||
<title>REPORTING BUGS</title>
|
||||
<para>Report bugs to Laurent Vivier <Laurent@lvivier.info></para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
@ -133,6 +131,8 @@ manpage.1: manpage.sgml
|
||||
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.
|
||||
|
@ -159,6 +159,11 @@ manpage.1: manpage.sgml
|
||||
<para>/boot/emile/m68k-second_scsi</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>REPORTING BUGS</title>
|
||||
<para>Report bugs to Laurent Vivier <Laurent@lvivier.info></para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
|
||||
|
@ -102,28 +102,26 @@ manpage.1: manpage.sgml
|
||||
<para>
|
||||
To set root filesystem on disk 1 partition 4:
|
||||
</para>
|
||||
<para>
|
||||
<programlisting>
|
||||
<command>&dhprogram;</command> floppy.img "root=/dev/sda4"
|
||||
</para>
|
||||
</programlisting>
|
||||
<para>
|
||||
To set root filesystem on ramdisk:
|
||||
</para>
|
||||
<para>
|
||||
<programlisting>
|
||||
<command>&dhprogram;</command> floppy.img "root=/dev/ramdisk ramdisk_size=2048"
|
||||
</para>
|
||||
</programlisting>
|
||||
<para>
|
||||
To set root filesystem on NFS:
|
||||
</para>
|
||||
<para>
|
||||
<programlisting>
|
||||
<command>&dhprogram;</command> floppy.img "root=/dev/nfs ip=dhcp nfsroot=192.168.100.1:/tftboot/192.168.100.51"
|
||||
</para>
|
||||
</programlisting>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>WARNING</title>
|
||||
<para>
|
||||
!!! USE WITH CAUTION AND AT YOUR OWN RISK !!!
|
||||
</para>
|
||||
<title>REPORTING BUGS</title>
|
||||
<para>Report bugs to Laurent Vivier <Laurent@lvivier.info></para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
@ -143,6 +141,8 @@ manpage.1: manpage.sgml
|
||||
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.
|
||||
|
@ -157,10 +157,8 @@ manpage.1: manpage.sgml
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>WARNING</title>
|
||||
<para>
|
||||
!!! USE WITH CAUTION AND AT YOUR OWN RISK !!!
|
||||
</para>
|
||||
<title>REPORTING BUGS</title>
|
||||
<para>Report bugs to Laurent Vivier <Laurent@lvivier.info></para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
@ -180,6 +178,8 @@ manpage.1: manpage.sgml
|
||||
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.
|
||||
|
@ -168,10 +168,8 @@ manpage.1: manpage.sgml
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
<title>WARNING</title>
|
||||
<para>
|
||||
!!! USE WITH CAUTION AND AT YOUR OWN RISK !!!
|
||||
</para>
|
||||
<title>REPORTING BUGS</title>
|
||||
<para>Report bugs to Laurent Vivier <Laurent@lvivier.info></para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
@ -191,6 +189,8 @@ manpage.1: manpage.sgml
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user