From adf967cc168c88c50dd41ee998cf8f6a10b632f8 Mon Sep 17 00:00:00 2001 From: macmpi Date: Fri, 24 Feb 2023 16:03:04 +0100 Subject: [PATCH] Readme formatting tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ba045a..5b6a627 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Tools provided here can be used on any plaform for any install modes (diskless, Just add [**headless.apkovl.tar.gz**](https://github.com/macmpi/alpine-linux-headless-bootstrap/raw/main/headless.apkovl.tar.gz) overlay file at the root of Alpine Linux boot media (or onto any custom side-media) and boot the system. -With default network interface definitions (and SSID/pass file if using wifi), one may then access the system under `ssh` with:\ -`ssh root@` (system IP address may be determined with any IP scanning tools such as `nmap`). +With default network interface definitions (and SSID/pass file if using wifi), one may then access the system under `ssh` with: `ssh root@`\ +(system IP address may be determined with any IP scanning tools such as `nmap`). As with Alpine Linux initial bring-up, `root` account has no password initially (change that after setup!).\ From there, system install can be fine-tuned as usual with `setup-alpine` for instance (check [wiki](https://wiki.alpinelinux.org/wiki/Alpine_setup_scripts#setup-alpine) for details).