diff options
Diffstat (limited to 'share/config/provision/stick.conf')
-rw-r--r-- | share/config/provision/stick.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/share/config/provision/stick.conf b/share/config/provision/stick.conf new file mode 100644 index 0000000..b47f38b --- /dev/null +++ b/share/config/provision/stick.conf @@ -0,0 +1,18 @@ +# +# 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? +domain="example.org" # Domain +hostname="debian" # Hostname +arch="amd64" # System arch +version="stretch" # Distro version +grub="y" # Setup GRUB? +mirror="http://http.debian.net/debian/" # Debian mirror +vg="debian" # Install vg +ssh="n" # Install openssh-server? |