From 42bd4d469a76d18061b45a299084c98e49a08114 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Thu, 5 May 2022 23:25:50 +0200 Subject: [PATCH] added README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d84f192 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +An ansible script to install arch linux with [kodi](https://kodi.tv/) on a remote machine. + +# Usage + +- Boot the machine to the archiso image. +- Set a temporary password for the root user with `passwd`. +- Get the ip address of the machine with `ip addr`. +- Run the `install.sh` script on your machine. + +# Details + +- GRUB is installed as an UEFI bootloader. +- An SSH server is running. +- Kodi starts automatically as an systemd service (`kodi.service`). +- Default user is `mediabox`. +- Pulseaudio is running as the audio server.