Hello everyone
It would be interesting to add arguments to the install (install image) command to enable quick installation.
I propose some lines in /opt/vyatta/sbin/install-image
to accelerate the installation in new systems with more speed and certainty.
install image -y
(yes for all questions with default values)
install image user=vyos2 password=S3cretP@ssword0
(set default login and default password)
install image -y user=vyos2 password=S3cretP@ssword0
(yes for all questions, set default login and default password)
Thank you