File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 2525 1 . [ RPM Package installation] ( #rpm-package-installation )
2626 1 . [ Scripted Linux installation] ( #scripted-linux-installation )
2727 1 . [ Mac OS X installation] ( #mac-os-x-installation )
28+ 1 . [ Unattended installation] ( #unattended-installation )
2829 1 . [ Post installation configuration] ( #post-installation-configuration )
2930 1 . [ Zone groupings and defaults] ( #zone-groupings-and-defaults )
3031 1 . [ SSH public key authentication] ( #ssh-public-key-authentication )
@@ -244,6 +245,19 @@ script as a user with `sudo` privileges and as the user which will be used
244245to SSH in to the system. If you are not going to enable SSH support, at least
245246make sure the user has sudo privileges.
246247
248+ ### Unattended installation
249+
250+ Each of the installation scenarios described above may be performed without the
251+ need for user input, an unattended installation.
252+
253+ To perform an unattended installation:
254+
255+ - Set and export the ` ROON_UNATTENDED ` environment variable
256+ - ` export ROON_UNATTENDED="unattended" `
257+ - Use ` sudo -E ... ` to install Debian or RPM format packages
258+ - Alternately, ` ./Install unattended ` will also perform an unattended installation
259+ - After an unattended installation, execute ` /usr/local/bin/roon -c discover `
260+
247261### Post installation configuration
248262
249263Default settings are applied during the installation process. The primary area
You can’t perform that action at this time.
0 commit comments