[arch-releng] [PATCH 1/4] [configs/releng] Split syslinux cfgs in single arch, like in dual arch
Thomas Bächler
thomas at archlinux.org
Fri Dec 2 01:46:48 EST 2011
Am 02.12.2011 04:45, schrieb Gerardo Exequiel Pozzi:
> Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
> ---
> configs/releng/syslinux/archiso.cfg | 72 +----------------------------
> configs/releng/syslinux/archiso_head.cfg | 28 ++++++++++++
> configs/releng/syslinux/archiso_sys.cfg | 10 ++++
> configs/releng/syslinux/archiso_tail.cfg | 29 ++++++++++++
> 4 files changed, 70 insertions(+), 69 deletions(-)
> create mode 100644 configs/releng/syslinux/archiso_head.cfg
> create mode 100644 configs/releng/syslinux/archiso_sys.cfg
> create mode 100644 configs/releng/syslinux/archiso_tail.cfg
>
> diff --git a/configs/releng/syslinux/archiso.cfg b/configs/releng/syslinux/archiso.cfg
> index e508bcc..1228355 100644
> --- a/configs/releng/syslinux/archiso.cfg
> +++ b/configs/releng/syslinux/archiso.cfg
> @@ -1,69 +1,3 @@
> -SERIAL 0 38400
> [...]
> +INCLUDE boot/syslinux/archiso_head.cfg
> +INCLUDE boot/syslinux/archiso_arch.cfg
> +INCLUDE boot/syslinux/archiso_tail.cfg
The SERIAL statement must be the first statement, always. I didn't test
it, but I don't know if it works after INCLUDE, and I don't know if it
works if we load a config file using CONFIG.
To be sure, always hardcode the SERIAL statement into every top-level
config file that is loaded directly by the bootloader.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 900 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.archlinux.org/pipermail/arch-releng/attachments/20111202/a8b2bfd1/attachment.asc>
More information about the arch-releng
mailing list