1
0
mirror of https://github.com/gjkcz/ansible-void.git synced 2024-11-22 08:45:59 +01:00

Update readme.md

This commit is contained in:
Emil Miler 2023-05-26 19:36:58 +02:00
parent 89d4ca8986
commit 7daa044ff2

View File

@ -9,8 +9,9 @@ GDM configuration can be found at <https://help.gnome.org/admin/system-admin-gui
There are several differences in the hardware. System installation is usually done in EFI, though MBR still exists on older machines in POV. There are several differences in the hardware. System installation is usually done in EFI, though MBR still exists on older machines in POV.
- Install Void - Install Void
- Update `xbps` - Update `xbps`: `xbps-install -Su xbps`
- Install `python3` - Install `python3` and `avahi`: `xbps-install python3 avahi`
- Enable avahi service: `ln -s /etc/sv/avai-deamon/ /var/service/`
- Import your SSH key to `/root/.ssh/authorized_keys` - Import your SSH key to `/root/.ssh/authorized_keys`
Void has `sshd` enabled by default as well as having `prohibit-password` set for root. Post-installation setup can be automated using a script or USB keyboard injector. Void has `sshd` enabled by default as well as having `prohibit-password` set for root. Post-installation setup can be automated using a script or USB keyboard injector.