#!/bin/sh

# Author : Benoit PAPILLAULT <benoit.papillault@free.fr>
# Creation : 2004/10/05.
# Configuration files (common to several scripts)

# Used by mk-iso-root && mk-iso
ISO_VERSION_MAJOR=0.9.4
ISO_VERSION_MINOR=test7

# Used by mk-iso. Check the latest version at
# http://www.kernel.org/pub/linux/utils/boot/syslinux/

SYSLINUX_VERSION=2.11

# Used by mk-iso
USE_SYSLINUX=yes
USE_GRUB=no

# Used by mk-initrd
# Possible values: ext2, cramfs
INITRD_FS=cramfs

# Used by mk-iso-root and mk-iso
# Possible values: none, squashfs
ISOROOT_FS=none

# Used by mk-iso-root and mk-initrd
# Create symlinks from /lib64 to /lib and /usr/lib64 to /usr/lib
# Possible values: yes, no
CONFIG_LIB64_SYMLINK=yes
