]> gitweb.fluxo.info Git - hydra.git/commitdiff
Removes interactive param from provision-raspi provision-chroot
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 28 Dec 2016 16:05:22 +0000 (14:05 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 28 Dec 2016 16:05:22 +0000 (14:05 -0200)
share/hydractl/provision-chroot
share/hydractl/provision-raspi

index bd7430a19450473294cc272e5deaeae443ecdb19..0b7b4419035e144ef468a95e2b3dc588ebcae509 100755 (executable)
@@ -22,7 +22,6 @@ hydra_config_load
 
 # Make sure there is provision config.
 function hydra_provision_config {
-  hydra_user_config   interactive       y                                "Interactive mode? (y/n)"
   hydra_user_config   folder            /var/chroot/debian               "Destination device"
   hydra_user_config   hostname          machine                          "Hostname"
   hydra_user_config   domain            example.org                      "Domain"
index 356bb777ec03286dee9e32cbee0f9caa0185d1fb..78e6bd3d0fdb0807817bff4388e53f7be646ba86 100755 (executable)
@@ -23,7 +23,6 @@ hydra_config_load
 
 # Make sure there is provision config.
 function hydra_provision_config {
-  hydra_user_config   interactive       y                                "Interactive mode? (y/n)"
   hydra_user_config   device            /dev/mmcblk0                     "Destination device"
   hydra_user_config   hostname          machine                          "Hostname"
   hydra_user_config   domain            example.org                      "Domain"