1GRUB-SYSLINUX2CFG(1)        General Commands Manual       GRUB-SYSLINUX2CFG(1)
2
3
4

NAME

6       grub-syslinux2cfg  —  Transform a syslinux config file into a GRUB con‐
7       fig.
8
9

SYNOPSIS

11       grub-syslinux2cfg [-c | --cwd=DIR] [-r | --root=DIR] [-v | --verbose]
12                         [-t | --target-root=DIR] [-T | --target-cwd=DIR]
13                         [-o | --output=FILE] [[-i | --isolinux] |
14                                               [-s | --syslinux] |
15                                               [-p | --pxelinux]] FILE
16
17

DESCRIPTION

19       grub-syslinux2cfg builds a GRUB configuration file out of  an  existing
20       syslinux configuration file.
21
22

OPTIONS

24       --cwd=DIR
25              Set  DIR as syslinux's working directory.  The default is to use
26              the parent directory of the input file.
27
28
29       --root=DIR
30              Set DIR as the root directory of the syslinux disk.  The default
31              value is "/".
32
33
34       --verbose
35              Print verbose messages.
36
37
38       --target-root=DIR
39              Root directory as it will be seen at runtime.  The default value
40              is "/".
41
42
43       --target-cwd=DIR
44              Working directory of syslinux as it will  be  seen  at  runtime.
45              The default value is the parent directory of the input file.
46
47
48       --output=FILE
49              Write  the  new config file to FILE.  The default value is stan‐
50              dard output.
51
52
53       --isolinux
54              Assume that the input file is an isolinux configuration file.
55
56
57       --pxelinux
58              Assume that the input file is a pxelinux configuration file.
59
60
61       --syslinux
62              Assume that the input file is a syslinux configuration file.
63
64

SEE ALSO

66       info grub
67
68
69
70                                Wed Feb 26 2014           GRUB-SYSLINUX2CFG(1)
Impressum