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
- Host: GitHub
- URL: https://github.com/l0go/coreoskiosk
- Owner: l0go
- License: zlib
- Created: 2024-08-08T00:26:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T00:55:07.000Z (9 months ago)
- Last Synced: 2025-03-14T10:14:41.616Z (2 months ago)
- Topics: coreos, fedora, fedora-coreos, kiosk
- Language: Just
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```