svprognu/config/chroot

35 lines
738 B
Plaintext
Raw Normal View History

2020-07-07 17:23:30 +02:00
# config/chroot - options for live-build(7), chroot stage
2022-11-19 21:13:02 +01:00
# Set chroot filesystem
2020-07-07 17:23:30 +02:00
LB_CHROOT_FILESYSTEM="squashfs"
2022-11-19 21:13:02 +01:00
# Set chroot squashfs compression level
LB_CHROOT_SQUASHFS_COMPRESSION_LEVEL=""
# Set chroot squashfs compression type
LB_CHROOT_SQUASHFS_COMPRESSION_TYPE=""
# Set union filesystem
2020-07-07 17:23:30 +02:00
LB_UNION_FILESYSTEM="overlay"
2022-11-19 21:13:02 +01:00
# Set interactive build
2020-07-07 17:23:30 +02:00
LB_INTERACTIVE="false"
2022-11-19 21:13:02 +01:00
# Set keyring packages
2020-07-07 17:23:30 +02:00
LB_KEYRING_PACKAGES="debian-archive-keyring"
2022-11-19 21:13:02 +01:00
# Set kernel flavour to use (with arch)
LB_LINUX_FLAVOURS_WITH_ARCH="amd64"
2020-07-07 17:23:30 +02:00
2022-11-19 21:13:02 +01:00
# Set kernel packages to use
2020-07-07 17:23:30 +02:00
LB_LINUX_PACKAGES="linux-image linux-headers"
2022-11-19 21:13:02 +01:00
# Enable security updates
2020-07-07 17:23:30 +02:00
LB_SECURITY="true"
2022-11-19 21:13:02 +01:00
# Enable updates updates
2020-07-07 17:23:30 +02:00
LB_UPDATES="true"
2022-11-19 21:13:02 +01:00
# Enable backports updates
2020-07-07 17:23:30 +02:00
LB_BACKPORTS="false"