update readme

This commit is contained in:
Sebastian Hugentobler 2021-02-08 16:48:09 +01:00
parent 38d9bfb51b
commit 1fbe033254
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -5,7 +5,7 @@ written to cater to my own needs (for example the use of `sudo`, other people
might have different setups). It is, however, easy to change things around. might have different setups). It is, however, easy to change things around.
By default, the `bootstrap` script creates a minimal installation on the emmc storage, By default, the `bootstrap` script creates a minimal installation on the emmc storage,
with full disk encryption via lvm on luks. Two volumes `swap` and `root` are created, with full disk encryption (with an unencrypted boot partition) via lvm on luks. Two volumes `swap` and `root` are created,
the latter is formatted with an xfs filesystem. Additionally one user is created the latter is formatted with an xfs filesystem. Additionally one user is created
(with access to sudo via the wheel group) and keymap, hostname and timezone get set. (with access to sudo via the wheel group) and keymap, hostname and timezone get set.
@ -59,6 +59,10 @@ If booting from the card hangs, write the image again onto it or use a different
Install void linux to the internal mmc storage of the pinebook pro or use it for some Install void linux to the internal mmc storage of the pinebook pro or use it for some
maintenance task. maintenance task.
Be aware that the time needs to be set in *UTC*, otherwise package installation might not work.
If running on a pinebook pro with an ISO keyboard, run `loadkeys uk` to load the correct keymap.
Run it in either of two ways: Run it in either of two ways:
### non-interactive ### non-interactive