maj
This commit is contained in:
parent
23b22027a0
commit
cda11895ff
|
@ -5,24 +5,8 @@
|
|||
LB_DISTRIBUTION="buster"
|
||||
|
||||
# $LB_PARENT_DISTRIBUTION: select parent distribution to use
|
||||
# (Default: )
|
||||
LB_PARENT_DISTRIBUTION=""
|
||||
|
||||
# $LB_DISTRIBUTION_CHROOT: select distribution to use in the chroot
|
||||
# (Default: buster)
|
||||
LB_DISTRIBUTION_CHROOT="buster"
|
||||
|
||||
# $LB_PARENT_DISTRIBUTION_CHROOT: select parent distribution to use in the chroot
|
||||
# (Default: buster)
|
||||
LB_PARENT_DISTRIBUTION_CHROOT="buster"
|
||||
|
||||
# $LB_DISTRIBUTION_BINARY: select distribution to use in the final image
|
||||
# (Default: buster)
|
||||
LB_DISTRIBUTION_BINARY="buster"
|
||||
|
||||
# $LB_PARENT_DISTRIBUTION_BINARY: select parent distribution to use in the final image
|
||||
# (Default: buster)
|
||||
LB_PARENT_DISTRIBUTION_BINARY="buster"
|
||||
LB_PARENT_DISTRIBUTION="buster"
|
||||
|
||||
# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
|
||||
# (Default: buster)
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
[Image]
|
||||
Architecture: amd64
|
||||
Archive-Areas: main contrib non-free
|
||||
Distribution-Chroot: buster
|
||||
Distribution-Binary: buster
|
||||
Distribution: buster
|
||||
Mirror-Bootstrap: http://deb.debian.org/debian/
|
||||
|
||||
[FIXME]
|
||||
|
|
|
@ -17,16 +17,8 @@ LB_INTERACTIVE="false"
|
|||
LB_KEYRING_PACKAGES="debian-archive-keyring"
|
||||
|
||||
# $LB_LINUX_FLAVOURS: set kernel flavour to use
|
||||
# This is kept for backwards compatibility
|
||||
# (Default: autodetected)
|
||||
if [ -n " amd64" ]
|
||||
then
|
||||
LB_LINUX_FLAVOURS_WITH_ARCH=" amd64"
|
||||
fi
|
||||
|
||||
# $LB_LINUX_FLAVOURS_WITH_ARCH: set kernel flavour to use (with arch)
|
||||
# (Default: autodetected)
|
||||
LB_LINUX_FLAVOURS_WITH_ARCH="amd64"
|
||||
LB_LINUX_FLAVOURS="amd64"
|
||||
|
||||
# $LB_LINUX_PACKAGES: set kernel packages to use
|
||||
# (Default: autodetected)
|
||||
|
|
|
@ -87,32 +87,26 @@ LB_TASKSEL="apt"
|
|||
# live-build options
|
||||
|
||||
# $_BREAKPOINTS: enable breakpoints
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_BREAKPOINTS="false"
|
||||
|
||||
# $_DEBUG: enable debug
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_DEBUG="false"
|
||||
|
||||
# $_COLOR: enable color
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_COLOR="false"
|
||||
|
||||
# $_FORCE: enable force
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_FORCE="false"
|
||||
|
||||
# $_QUIET: enable quiet
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_QUIET="false"
|
||||
_QUIET="false"
|
||||
|
||||
# $_VERBOSE: enable verbose
|
||||
# If set here, overrides the command line option
|
||||
# (Default: false)
|
||||
#_VERBOSE="false"
|
||||
|
||||
|
|
Loading…
Reference in New Issue