You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Extra files may be added next to `headless.apkovl.tar.gz` to customise boostrapp
25
25
-`interfaces`[^3] (*optional*): define network interfaces at will, if defaults DCHP-based are not suitable.
26
26
-`authorized_keys` (*optional*): provide client's public SSH key to secure `root` ssh login.
27
27
-`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).
28
29
-`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).
29
30
30
31
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
46
47
47
48
## Want to tweak more ?
48
49
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).\
50
51
Execute `./make.sh` to rebuild `headless.apkovl.tar.gz` after changes.\
51
52
(requires `busybox`; check `busybox` build options if not running from Alpine or Ubuntu)
0 commit comments