An open API service indexing awesome lists of open source software.

https://github.com/l0go/coreoskiosk

An example of using Fedora CoreOS as a Kiosk
https://github.com/l0go/coreoskiosk

coreos fedora fedora-coreos kiosk

Last synced: 2 months ago
JSON representation

An example of using Fedora CoreOS as a Kiosk

Awesome Lists containing this project

README

        

# CoreOS Kiosk
An example of using Fedora CoreOS as a "Kiosk"

This is based on my previous [BetterbellCoreOS](https://github.com/l0go/BetterbellCoreOS) project which provides Pipewire support

## Usage
The following instructions assume you are on Fedora or another similar dnf based distro, but it will work on other distros
1. Install ``just``

```
sudo dnf install just
```

2. Boot it in a VM
> On first boot it will layer needed packages and then restart to the Kiosk interface (which by default is Firefox)
```
just setup-fedora ignite qemu
```