https://github.com/nik012003/nabu-fedora-builder
Build a minimal fedora image for Xiaomi Mi Pad 5
https://github.com/nik012003/nabu-fedora-builder
Last synced: 2 months ago
JSON representation
Build a minimal fedora image for Xiaomi Mi Pad 5
- Host: GitHub
- URL: https://github.com/nik012003/nabu-fedora-builder
- Owner: nik012003
- License: mit
- Created: 2023-08-13T23:42:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T17:29:31.000Z (over 1 year ago)
- Last Synced: 2025-03-27T17:21:18.271Z (3 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nabu-fedora-builder
Huge thanks to: [fedora-asahi-builder](https://github.com/leifliddy/asahi-fedora-builder)
Builds a minimal Fedora image to run on Xiaomi Mi Pad 5
## Fedora Package Install
```dnf install arch-install-scripts bubblewrap systemd-container zip```
### Building Notes
- ```qemu-user-static``` is also needed if building the image on a ```non-aarch64``` system
- Until version 15.x is released for Fedora, install mksoi from git:
`python3 -m pip install --user git+https://github.com/systemd/[email protected]`## Run inside a Docker Container
```
docker build -t 'nabu-fedora-builder' .
docker run --privileged -v "$(pwd)"/images:/build/images -v "/dev:/dev" nabu-fedora-builder
```### User Notes
1. The root password is **fedora**