mklive/mklive.conf.example

71 lines
1.2 KiB
Plaintext

#Bootstrap settings
ARCH=amd64
DIST_RELEASE=bionic
DIST_MIRROR="http://de.archive.ubuntu.com/ubuntu/"
DIST_VARIANT="minbase"
KERNEL_PACKAGE="linux-image-generic"
PACKAGES="iproute2 isc-dhcp-client"
LIVE_ROOTPW="foobar23"
LIVE_HOSTNAME="live"
LIVE_NAME="Test Live System"
#Source pathes
SYSLINUX_MODULESDIR="/usr/lib/syslinux/modules/bios/"
#working directoies
OUTDIR="./out"
STAGEDIR="./stage"
CHROOT="./chroot"
#do we want to build an iso
ISO="true"
#iso filename - gets extended by .iso
ISO_FILENAME="live"
#Include Memtest
ISO_INCLUDE_MEMTEST="true"
#Include Hardware detetion tool
ISO_INCLUDE_HDT="true"
#Include an ubuntu installer into the ISO?
ISO_INCLUDE_UBUNTU_INSTALLER="true"
#Include a debian installer into the ISO?
ISO_INCLUDE_DEBIAN_INSTALLER="true"
#do we want to build a PXE environment
PXE="true"
#Include Memtest
PXE_INCLUDE_MEMTEST="true"
#Include Hardware detetion tool
PXE_INCLUDE_HDT="true"
#Include an ubuntu installer into the ISO?
PXE_INCLUDE_UBUNTU_INSTALLER="true"
#Include a debian installer into the ISO?
PXE_INCLUDE_DEBIAN_INSTALLER="true"
#URL to the PXE dir via tftp
PXE_FETCH_TFTP="tftp://192.168.122.223/"
#
SERIAL_PORT=0
#
SERIAL_SPEED=115200