Initial version with openssh-server and rustdesk
This commit is contained in:
commit
fe4f9eec08
38 changed files with 397 additions and 0 deletions
37
config/chroot
Normal file
37
config/chroot
Normal file
|
@ -0,0 +1,37 @@
|
|||
# config/chroot - options for live-build(7), chroot stage
|
||||
|
||||
# Set chroot filesystem
|
||||
LB_CHROOT_FILESYSTEM="squashfs"
|
||||
|
||||
# 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"
|
||||
|
||||
# Set interactive build
|
||||
LB_INTERACTIVE="false"
|
||||
|
||||
# Set keyring packages
|
||||
LB_KEYRING_PACKAGES="debian-archive-keyring"
|
||||
|
||||
# Set kernel flavour to use (with arch)
|
||||
LB_LINUX_FLAVOURS_WITH_ARCH="amd64"
|
||||
|
||||
# Set kernel packages to use
|
||||
LB_LINUX_PACKAGES="linux-image"
|
||||
|
||||
# Enable security updates
|
||||
LB_SECURITY="true"
|
||||
|
||||
# Enable updates updates
|
||||
LB_UPDATES="false"
|
||||
|
||||
# Enable backports updates
|
||||
LB_BACKPORTS="false"
|
||||
|
||||
# Enable proposed updates
|
||||
LB_PROPOSED_UPDATES="false"
|
Loading…
Add table
Add a link
Reference in a new issue