docs(os): Clarify post-install steps (#1)
This commit is contained in:
parent
9b9c884063
commit
554b806f1a
@ -49,14 +49,16 @@ We make the following opinionated flavor choices. Feel free to change them to yo
|
|||||||
|
|
||||||
# Post-run manual steps
|
# Post-run manual steps
|
||||||
|
|
||||||
After installation you're goig to want to at least touch these points in your new Arch Linux install:
|
After installation you're going to want to at least touch these points in your new Arch Linux install:
|
||||||
|
|
||||||
|
* Package manager hook: `pacman` does not have a hook to do ZFS snapshots
|
||||||
|
* See [this GitHub gist](https://gist.github.com/Soulsuke/6a7d1f09f7fef968a2f32e0ff32a5c4c#file-arch_on_zfs-txt-L238) and [zfs-snapshotter.bash](https://github.com/Soulsuke/arch-zfs-tools/blob/master/zfs-snapshotter.bash) for inspiration
|
||||||
* Hostname: Installation chose a pseudo-randomly generated 8-character string with `pwgen`
|
* Hostname: Installation chose a pseudo-randomly generated 8-character string with `pwgen`
|
||||||
* Unprivileged user accounts: The OS was installed only with a `root` account
|
* Unprivileged user accounts: The OS was installed `root` and unprivileged `build`
|
||||||
* Passwords
|
* Passwords
|
||||||
* ZFS: The password for all datasets underneath `zpool` is `password`.
|
* ZFS: The password for all datasets underneath `zpool` is `password`.
|
||||||
* Local `root` account: The local `root` account's password is `password`.
|
* Local `root` account: The local `root` account's password is `password`.
|
||||||
* Arch User Repository (AUR) helper: We installed [paru](https://github.com/Morganamilo/paru) as our AUR helper, we installed from GitHub via `makepkg -si`. You may want to replace that by an AUR native installation e.g. by doing `paru paru`.
|
* Arch User Repository (AUR) helper: We installed [paru](https://github.com/Morganamilo/paru) as our AUR helper, we installed from GitHub via `makepkg -si`.
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user