grub2-syslinux2cfg (1) Linux Manual Page
grub-syslinux2cfg — Transform a syslinux config file into a GRUB config.
Synopsis
grub-syslinux2cfg [-c | –cwd=DIR] [-r | –root=DIR] [-v | –verbose]- [-t | –target-root=DIR] [-T | –target-cwd=DIR]
- [-o | –output=FILE] [[-i | –isolinux] |
-
[-s | –syslinux] |
-
[-p | –pxelinux]] FILE
Description
grub-syslinux2cfg builds a GRUB configuration file out of an existing syslinux configuration file.Options
- –cwd=DIR
- Set DIR as syslinux’s working directory. The default is to use the parent directory of the input file.
- –root=DIR
- Set DIR as the root directory of the syslinux disk. The default value is "/".
- –verbose
- Print verbose messages.
- –target-root=DIR
- Root directory as it will be seen at runtime. The default value is "/".
- –target-cwd=DIR
- Working directory of syslinux as it will be seen at runtime. The default value is the parent directory of the input file.
- –output=FILE
- Write the new config file to FILE. The default value is standard output.
- –isolinux
- Assume that the input file is an isolinux configuration file.
- –pxelinux
- Assume that the input file is a pxelinux configuration file.
- –syslinux
- Assume that the input file is a syslinux configuration file.
