aboutsummaryrefslogtreecommitdiff
path: root/share/config/provision/stick.conf
blob: 23366ee5867037df5e4f406eb7aaedc1e6d0e2b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Sample configuration for provisioning a machine in a USB stick.
# The machine's disk is unencrypted.
#

interactive="n"                         # Interactive mode?
swap_size="0"                           # Swap size
root_size="-1"                          # Root size
encrypt="n"                             # Encrypt volumes?
disable_zeroing="n"                     # Disable zeroing of lvm volumes?
discards="n"                            # Enable discards on volumes?
domain="example.org"                    # Domain
#hostname="debian"                      # Hostname
arch="amd64"                            # System arch
version="bullseye"                      # Distro version
grub="y"                                # Setup GRUB?
initramfs="initramfs-tools"             # Initramfs
mirror="http://http.debian.net/debian/" # Debian mirror
#vg="debian"                            # Install vg
ssh="n"                                 # Install openssh-server?