Releasing debian version 3:6.03+dfsg-10.
[syslinux-debian.git] / debian / patches / 0003-extlinux-manpage.patch
blob682d55661c665cd395741365eaf51c13ab759746
1 Author: Daniel Baumann <mail@daniel-baumann.ch>
2 Description:
3 Updating list of supported filesystems in extlinux manpage (Closes: #692844).
5 diff -Naurp syslinux.orig/man/extlinux.1 syslinux/man/extlinux.1
6 --- syslinux.orig/man/extlinux.1
7 +++ syslinux/man/extlinux.1
8 @@ -1,17 +1,17 @@
9 -.TH extlinux "1" "18 December 2007" "SYSLINUX for ext2/ext3 filesystem"
10 +.TH extlinux "1" "18 December 2007" "SYSLINUX for ext2/ext3/ext4/btrfs filesystem"
11 .SH NAME
12 -extlinux \- install the \s-1SYSLINUX\s+1 bootloader on a ext2/ext3 filesystem
13 +extlinux \- install the \s-1SYSLINUX\s+1 bootloader on a ext2/ext3/ext4/btrfs filesystem
14 .SH SYNOPSIS
15 .B extlinux
16 [\fIoptions\fP] \fIdirectory\fP
17 .SH DESCRIPTION
18 -\fBEXTLINUX\fP is a new syslinux derivative, which boots from a Linux ext2/ext3
19 +\fBEXTLINUX\fP is a new syslinux derivative, which boots from a Linux ext2/ext3/ext4 or btrfs
20 filesystem. It works the same way as \fBSYSLINUX\fP, with a few slight modifications.
21 It is intended to simplify first-time installation of Linux, and for creation of
22 rescue and other special-purpose boot disks.
23 .PP
24 The installer is designed to be run on a mounted directory. For example, if you have an
25 -ext2 or ext3 usb key mounted on /mnt, you can run the following command:
26 +ext2, ext3, ext4, or btrfs usb key mounted on /mnt, you can run the following command:
27 .IP
28 .B extlinux --install /mnt
29 .SH OPTIONS