Skip to content

Commit 7777312

Browse files
author
ron.record
committed
Add subsection on unattended installation to readme
1 parent 9b7d7f3 commit 7777312

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
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
244245
to SSH in to the system. If you are not going to enable SSH support, at least
245246
make 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

249263
Default settings are applied during the installation process. The primary area

0 commit comments

Comments
 (0)