{"id":20783479,"url":"https://github.com/mbugni/fedora-remix","last_synced_at":"2026-02-08T13:19:40.906Z","repository":{"id":159274070,"uuid":"70398515","full_name":"mbugni/fedora-remix","owner":"mbugni","description":"Fedora live system","archived":false,"fork":false,"pushed_at":"2025-03-16T18:03:35.000Z","size":351,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T20:51:58.757Z","etag":null,"topics":["bootable-live-cd","fedora","flatpak","linux-desktop"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mbugni.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-09T11:25:14.000Z","updated_at":"2025-03-16T17:57:20.000Z","dependencies_parsed_at":"2024-12-24T18:33:13.378Z","dependency_job_id":null,"html_url":"https://github.com/mbugni/fedora-remix","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbugni%2Ffedora-remix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbugni%2Ffedora-remix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbugni%2Ffedora-remix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbugni%2Ffedora-remix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbugni","download_url":"https://codeload.github.com/mbugni/fedora-remix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251806172,"owners_count":21646842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootable-live-cd","fedora","flatpak","linux-desktop"],"created_at":"2024-11-17T14:19:04.083Z","updated_at":"2026-01-05T20:10:22.690Z","avatar_url":"https://github.com/mbugni.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fedora Remix\n\n## Purpose\nThis project is a [Fedora Remix][01] and aims to be a complete system for personal computing with localization support.\nYou can [download a live image][02] and try the software, and then install it in your PC if you want.\nYou can also customize the image starting from available scripts.\n\nMain goals of this remix are:\n* Flatpak apps usage\n* adding common extra-repos\n* supporting external devices (like printers and scanners)\n\n## How to build the LiveCD (on Fedora 43 or latest)\n[See a detailed description][03] about how to build a live media using kiwi-ng.\n\n\u003e [!NOTE]\n\u003e\n\u003e If `selinux` is on, [turn it off](https://osinside.github.io/kiwi/troubleshooting/security.html) during the build process.\n\n### Prepare the working directories\nClone the project into your `\u003csource-path\u003e` to get sources:\n\n```shell\n$ git clone https://github.com/mbugni/fedora-remix.git /\u003csource-path\u003e\n```\n\nChoose or create a `\u003ctarget-path\u003e` folder where to put results.\n\n### Prepare the build environment\nInstall Podman:\n\n```shell\n$ sudo dnf --assumeyes install podman podman-compose\n```\n\n### Build the image\nChoose a variant (eg: workstation with localization support) that corresponds to a profile (eg: `Workstation-l10n`).\n\nAvailable profiles/variants are:\n* `Console` (command line only, mainly for testing)\n* `Desktop` (minimal KDE environment with basic tools)\n* `Workstation` (KDE environment with more features like printing and scanning support)\n\nFor each variant you can append `-l10n` to get italian localization (eg: `Desktop-l10n`).\n\nBuild the .iso image by running the `podman-compose` command from the project root directory:\n\n```shell\n$ sudo podman-compose run --rm --env KIWI_PROFILE=\u003cvariant\u003e \\\n--env KIWI_TARGET_DIR=\u003ctarget-path\u003e system-build\n```\n\nThe build can take a while (30 minutes or more), it depends on your machine performances.\nEnvironment arguments are optional, available variables are:\n\n| Variable        | Description             | Default value      |\n|:---------------:|:-----------------------:|:------------------:|\n| KIWI_PROFILE    | Image variant           | `Workstation-l10n` |\n| KIWI_TARGET_DIR | Build target directory  | `.`                |\n\n## Transferring the image to a bootable media\nYou can use a tool like [Ventoy][07] to build multiboot USB devices, or simply transfer the image to a single\nUSB stick using the `dd` command:\n\n```shell\n$ sudo dd if=/\u003ctarget-path\u003e/Fedora-Remix.x86_64-\u003cversion\u003e.iso of=/dev/\u003cstick-device\u003e\n```\n\n## ![Bandiera italiana][04] Per gli utenti italiani\nQuesto è un [Remix di Fedora][01] per computer ad uso personale con il supporto in italiano. Nell'[immagine .iso][02] che si ottiene sono già installati i pacchetti e le configurazioni per il funzionamento in italiano del sistema (come l'ambiente grafico, i repo extra etc).\n\nIl remix ha come obiettivi principali:\n* utilizzo delle applicazioni Flatpak\n* aggiunta dei repository comuni\n* supporto per dispositivi esterni (come stampanti e scanner)\n\n## Change Log\nAll notable changes to this project will be documented in the [`CHANGELOG.md`](CHANGELOG.md) file.\n\nThe format is based on [Keep a Changelog][05].\n\n[01]: https://fedoraproject.org/wiki/Remix\n[02]: https://github.com/mbugni/fedora-remix/releases\n[03]: https://osinside.github.io/kiwi\n[04]: http://flagpedia.net/data/flags/mini/it.png\n[05]: https://keepachangelog.com/\n[06]: https://docs.podman.io/\n[07]: https://www.ventoy.net/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbugni%2Ffedora-remix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbugni%2Ffedora-remix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbugni%2Ffedora-remix/lists"}