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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Please follow [Alpine Linux Wiki](https://wiki.alpinelinux.org/wiki/Installation
12
12
Tools provided here can be used on any plaform for any install modes (diskless, data disk, system disk).
13
13
14
14
Just add [**headless.apkovl.tar.gz**](https://is.gd/apkovl_master)[^2] overlay file *as-is* at the root of Alpine Linux boot media (or onto any custom side-media) and boot-up the system.\
15
-
With default DCHP-based network interface definitions (and [SSID/pass file](#extra-configuration) if using wifi), system can then be remotely accessed with: `ssh root@<IP>`\
15
+
With default DCHP-based network interface definitions (and [SSID/pass](#extra-configuration) file if using wifi), system can then be remotely accessed with: `ssh root@<IP>`\
16
16
(system IP address may be determined with any IP scanning tools such as `nmap`).
17
17
18
18
As with Alpine Linux initial bring-up, `root` account has no password initially (change that during target setup!).\
@@ -29,7 +29,7 @@ Extra files may be added next to `headless.apkovl.tar.gz` to customise boostrapp
29
29
30
30
**Goody:** seamless USB-serial & USB-ethernet gadget mode (PiZero for instance):\
31
31
On supporting Pi devices, just add `dtoverlay=dwc2,dr_mode=peripheral` in `usercfg.txt` (or `config.txt`), and plug USB cable into host Computer port.\
32
-
Serial terminal can then be connected-to from host Computer (xon/xoff flow control: e.g. on Linux with `cu -l ttyACM0`).\
32
+
Serial terminal can then be connected-to from host Computer (e.g. `cu -l ttyACM0` on Linux. xon/xoff flow control).\
33
33
Alternatively, with host Computer set-up to share networking with USB interface as 10.42.0.1 gateway, one can log into device from host with: `ssh [email protected]`.
34
34
35
35
Main execution steps are logged: `cat /var/log/messages | grep headless`.
@@ -44,7 +44,8 @@ Main execution steps are logged: `cat /var/log/messages | grep headless`.
44
44
## Want to tweak more ?
45
45
This repository may be forked/cloned/downloaded.\
46
46
Main script file is [`headless.start`](https://github.com/macmpi/alpine-linux-headless-bootstrap/tree/main/overlay/usr/local/bin/headless_bootstrap).\
47
-
Execute `./make.sh` to rebuild `headless.apkovl.tar.gz` after changes.
47
+
Execute `./make.sh` to rebuild `headless.apkovl.tar.gz` after changes.\
48
+
(requires `busybox`; check `busybox` build options if not running from Alpine or Ubuntu)
0 commit comments