From: Silvio Rhatto Date: Thu, 14 Feb 2019 21:01:30 +0000 (-0200) Subject: Provision: stick: leave hostname config to the user X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=009b6c00f3efbd9089b8704ea534b67c7a0910e8;p=hydra.git Provision: stick: leave hostname config to the user --- diff --git a/share/config/provision/stick.conf b/share/config/provision/stick.conf index 72ee0ff..3224b6f 100644 --- a/share/config/provision/stick.conf +++ b/share/config/provision/stick.conf @@ -9,11 +9,11 @@ root_size="-1" # Root size encrypt="n" # Encrypt volumes? disable_zeroing="n" # Disable zeroing of lvm volumes? domain="example.org" # Domain -hostname="debian" # Hostname +#hostname="debian" # Hostname arch="amd64" # System arch version="stretch" # Distro version grub="y" # Setup GRUB? initramfs="initramfs-tools" # Initramfs mirror="http://http.debian.net/debian/" # Debian mirror -vg="debian" # Install vg +#vg="debian" # Install vg ssh="n" # Install openssh-server?