Skip to content

Commit bba4271

Browse files
authored
Merge pull request #24 from macmpi/dev
doc update
2 parents f35a866 + 7445b19 commit bba4271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Extra files may be added next to `headless.apkovl.tar.gz` to customise boostrapp
2525
- `interfaces`[^3] (*optional*): define network interfaces at will, if defaults DCHP-based are not suitable.
2626
- `authorized_keys` (*optional*): provide client's public SSH key to secure `root` ssh login.
2727
- `ssh_host_*_key*` (*optional*): provide server's custom ssh keys to be injected (may be stored), instead of using bundled ones[^2] (not stored). Providing an empty key file will trigger new keys generation (ssh server may take longer to start).
28+
- `opt-out` (*optional*): dummy file to opt-out internet features (connection status, version check, auto-update) and related links usage anonymous [telemetry](https://is.gd/privacy.php).
2829
- `auto-updt` (*optional*): allow apkovl file automatic update with latest from master branch. If it contains *reboot* keyword all in one line, system will reboot after succesful update (unless ssh session is active or `unattended.sh` script is available).
2930

3031
Main execution steps are logged: `cat /var/log/messages | grep headless`.
@@ -46,7 +47,7 @@ Alternatively, with host Computer set-up to share networking with USB interface
4647

4748
## Want to tweak more ?
4849
This repository may be forked/cloned/downloaded.\
49-
Main script file is [`headless.start`](https://github.com/macmpi/alpine-linux-headless-bootstrap/tree/main/overlay/usr/local/bin/headless_bootstrap).\
50+
Main script file is [`headless_bootstrap`](https://github.com/macmpi/alpine-linux-headless-bootstrap/tree/main/overlay/usr/local/bin/headless_bootstrap).\
5051
Execute `./make.sh` to rebuild `headless.apkovl.tar.gz` after changes.\
5152
(requires `busybox`; check `busybox` build options if not running from Alpine or Ubuntu)
5253

0 commit comments

Comments
 (0)