diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-07-03 10:16:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-07-03 10:16:31 -0300 |
commit | b7311dc95f4fb020580be7be7d5c0e8a278e326b (patch) | |
tree | a7e6348340502f2505e4e32ba58e85c1af55ae93 /share/config | |
parent | df332569de1162bd9a4deeb4c2c5271cbfdee6ad (diff) | |
download | hydra-b7311dc95f4fb020580be7be7d5c0e8a278e326b.tar.gz hydra-b7311dc95f4fb020580be7be7d5c0e8a278e326b.tar.bz2 |
Provision improvements and fixes
Diffstat (limited to 'share/config')
-rw-r--r-- | share/config/provision/nas.conf | 2 | ||||
-rw-r--r-- | share/config/provision/router.conf | 2 | ||||
-rw-r--r-- | share/config/provision/stick.conf | 18 | ||||
-rw-r--r-- | share/config/provision/tpc.conf | 2 |
4 files changed, 21 insertions, 3 deletions
diff --git a/share/config/provision/nas.conf b/share/config/provision/nas.conf index 5916383..a48e3d6 100644 --- a/share/config/provision/nas.conf +++ b/share/config/provision/nas.conf @@ -9,6 +9,6 @@ garbage="y" # Pre-fill volumes with garbage? disable_zeroing="n" # Disable zeroing of lvm volumes? random_swap="y" # Random swap? arch="amd64" # System arch -version="wheezy" # Distro version +version="stretch" # Distro version grub="n" # Setup GRUB? mirror="http://http.debian.net/debian/" # Debian mirror diff --git a/share/config/provision/router.conf b/share/config/provision/router.conf index f3b763a..14d2597 100644 --- a/share/config/provision/router.conf +++ b/share/config/provision/router.conf @@ -9,6 +9,6 @@ garbage="n" # Pre-fill volumes with garbage? disable_zeroing="n" # Disable zeroing of lvm volumes? random_swap="n" # Random swap? arch="amd64" # System arch -version="wheezy" # Distro version +version="stretch" # Distro version grub="y" # Setup GRUB? mirror="http://http.debian.net/debian/" # Debian mirror 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? diff --git a/share/config/provision/tpc.conf b/share/config/provision/tpc.conf index 5c209a0..89faa5e 100644 --- a/share/config/provision/tpc.conf +++ b/share/config/provision/tpc.conf @@ -13,7 +13,7 @@ garbage="n" # Pre-fill volumes with garbage? disable_zeroing="n" # Disable zeroing of lvm volumes? random_swap="n" # Random swap? arch="amd64" # System arch -version="jessie" # Distro version +version="stretch" # Distro version grub="y" # Setup GRUB? mirror="http://http.debian.net/debian/" # Debian mirror ssh="n" # Install openssh-server? |