update
This commit is contained in:
@@ -1,37 +1,34 @@
|
||||
# config/chroot - options for live-build(7), chroot stage
|
||||
|
||||
# $LB_CHROOT_FILESYSTEM: set chroot filesystem
|
||||
# (Default: squashfs)
|
||||
# Set chroot filesystem
|
||||
LB_CHROOT_FILESYSTEM="squashfs"
|
||||
|
||||
# $LB_UNION_FILESYSTEM: set union filesystem
|
||||
# (Default: overlay)
|
||||
# Set chroot squashfs compression level
|
||||
LB_CHROOT_SQUASHFS_COMPRESSION_LEVEL=""
|
||||
|
||||
# Set chroot squashfs compression type
|
||||
LB_CHROOT_SQUASHFS_COMPRESSION_TYPE=""
|
||||
|
||||
# Set union filesystem
|
||||
LB_UNION_FILESYSTEM="overlay"
|
||||
|
||||
# $LB_INTERACTIVE: set interactive build
|
||||
# (Default: false)
|
||||
# Set interactive build
|
||||
LB_INTERACTIVE="false"
|
||||
|
||||
# $LB_KEYRING_PACKAGES: set keyring packages
|
||||
# (Default: empty)
|
||||
# Set keyring packages
|
||||
LB_KEYRING_PACKAGES="debian-archive-keyring"
|
||||
|
||||
# $LB_LINUX_FLAVOURS: set kernel flavour to use
|
||||
# (Default: autodetected)
|
||||
LB_LINUX_FLAVOURS="amd64"
|
||||
# Set kernel flavour to use (with arch)
|
||||
LB_LINUX_FLAVOURS_WITH_ARCH="amd64"
|
||||
|
||||
# $LB_LINUX_PACKAGES: set kernel packages to use
|
||||
# (Default: autodetected)
|
||||
# Set kernel packages to use
|
||||
LB_LINUX_PACKAGES="linux-image linux-headers"
|
||||
|
||||
# $LB_SECURITY: enable security updates
|
||||
# (Default: true)
|
||||
# Enable security updates
|
||||
LB_SECURITY="true"
|
||||
|
||||
# $LB_UPDATES: enable updates updates
|
||||
# (Default: true)
|
||||
# Enable updates updates
|
||||
LB_UPDATES="true"
|
||||
|
||||
# $LB_BACKPORTS: enable backports updates
|
||||
# (Default: false)
|
||||
# Enable backports updates
|
||||
LB_BACKPORTS="false"
|
||||
|
||||
Reference in New Issue
Block a user