diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-05-30 19:38:41 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-05-30 19:38:41 -0300 |
commit | 2e9e57b5bd11d8b8a4840a708ee3dbd4791c2a62 (patch) | |
tree | 3f0ee8f685c6ce8fcfc563a46e22d176a940be71 | |
parent | b065dcaf9b15ba2f7ad0a9ab1a279fd56d536a7f (diff) | |
download | archiso32-2e9e57b5bd11d8b8a4840a708ee3dbd4791c2a62.tar.xz |
[configs/releng] Adjust TEXT HELP width of syslinux menus.
Keep < 80 chars
Fixes FS#35533
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rw-r--r-- | configs/releng/syslinux/archiso_pxe32.cfg | 12 | ||||
-rw-r--r-- | configs/releng/syslinux/archiso_pxe64.cfg | 12 | ||||
-rw-r--r-- | configs/releng/syslinux/archiso_sys32.cfg | 4 | ||||
-rw-r--r-- | configs/releng/syslinux/archiso_sys64.cfg | 4 | ||||
-rw-r--r-- | configs/releng/syslinux/archiso_tail.cfg | 4 |
5 files changed, 18 insertions, 18 deletions
diff --git a/configs/releng/syslinux/archiso_pxe32.cfg b/configs/releng/syslinux/archiso_pxe32.cfg index 4bdeefa..383094a 100644 --- a/configs/releng/syslinux/archiso_pxe32.cfg +++ b/configs/releng/syslinux/archiso_pxe32.cfg @@ -1,7 +1,7 @@ LABEL arch32_nbd TEXT HELP -Boot the Arch Linux (i686) live medium (Using NBD). It allows you to install Arch Linux or -perform system maintenance. +Boot the Arch Linux (i686) live medium (Using NBD). +It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (i686) (NBD) LINUX boot/i686/vmlinuz @@ -11,8 +11,8 @@ IPAPPEND 3 LABEL arch32_nfs TEXT HELP -Boot the Arch Linux (i686) live medium (Using NFS). It allows you to install Arch Linux or -perform system maintenance. +Boot the Arch Linux (i686) live medium (Using NFS). +It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (i686) (NFS) LINUX boot/i686/vmlinuz @@ -22,8 +22,8 @@ IPAPPEND 3 LABEL arch32_http TEXT HELP -Boot the Arch Linux (i686) live medium (Using HTTP). It allows you to install Arch Linux or -perform system maintenance. +Boot the Arch Linux (i686) live medium (Using HTTP). +It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (i686) (HTTP) LINUX boot/i686/vmlinuz diff --git a/configs/releng/syslinux/archiso_pxe64.cfg b/configs/releng/syslinux/archiso_pxe64.cfg index 1676236..6227393 100644 --- a/configs/releng/syslinux/archiso_pxe64.cfg +++ b/configs/releng/syslinux/archiso_pxe64.cfg @@ -1,7 +1,7 @@ LABEL arch64_nbd TEXT HELP -Boot the Arch Linux (x86_64) live medium (Using NBD). It allows you to install Arch Linux or -perform system maintenance. +Boot the Arch Linux (x86_64) live medium (Using NBD). +It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (x86_64) (NBD) LINUX boot/x86_64/vmlinuz @@ -11,8 +11,8 @@ IPAPPEND 3 LABEL arch64_nfs TEXT HELP -Boot the Arch Linux (x86_64) live medium (Using NFS). It allows you to install Arch Linux or -perform system maintenance. +Boot the Arch Linux (x86_64) live medium (Using NFS). +It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (x86_64) (NFS) LINUX boot/x86_64/vmlinuz @@ -22,8 +22,8 @@ IPAPPEND 3 LABEL arch64_http TEXT HELP -Boot the Arch Linux (x86_64) live medium (Using HTTP). It allows you to install Arch Linux or -perform system maintenance. +Boot the Arch Linux (x86_64) live medium (Using HTTP). +It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (x86_64) (HTTP) LINUX boot/x86_64/vmlinuz diff --git a/configs/releng/syslinux/archiso_sys32.cfg b/configs/releng/syslinux/archiso_sys32.cfg index 261579e..43f839e 100644 --- a/configs/releng/syslinux/archiso_sys32.cfg +++ b/configs/releng/syslinux/archiso_sys32.cfg @@ -1,7 +1,7 @@ LABEL arch32 TEXT HELP -Boot the Arch Linux (i686) live medium. It allows you to install Arch Linux or -perform system maintenance. +Boot the Arch Linux (i686) live medium. +It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (i686) LINUX boot/i686/vmlinuz diff --git a/configs/releng/syslinux/archiso_sys64.cfg b/configs/releng/syslinux/archiso_sys64.cfg index eb89813..9d6c4de 100644 --- a/configs/releng/syslinux/archiso_sys64.cfg +++ b/configs/releng/syslinux/archiso_sys64.cfg @@ -1,7 +1,7 @@ LABEL arch64 TEXT HELP -Boot the Arch Linux (x86_64) live medium. It allows you to install Arch Linux or -perform system maintenance. +Boot the Arch Linux (x86_64) live medium. +It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (x86_64) LINUX boot/x86_64/vmlinuz diff --git a/configs/releng/syslinux/archiso_tail.cfg b/configs/releng/syslinux/archiso_tail.cfg index a55548c..5d95b3b 100644 --- a/configs/releng/syslinux/archiso_tail.cfg +++ b/configs/releng/syslinux/archiso_tail.cfg @@ -1,7 +1,7 @@ LABEL existing TEXT HELP -Boot an existing operating system. Press TAB to edit the disk and partition -number to boot. +Boot an existing operating system. +Press TAB to edit the disk and partition number to boot. ENDTEXT MENU LABEL Boot existing OS COM32 boot/syslinux/chain.c32 |