{"id":15837874,"url":"https://github.com/riipandi/fedora-budgie-remix","last_synced_at":"2025-03-15T17:31:38.078Z","repository":{"id":115674895,"uuid":"113255874","full_name":"riipandi/fedora-budgie-remix","owner":"riipandi","description":"Unofficial Fedora Budgie Remix","archived":true,"fork":false,"pushed_at":"2018-09-25T08:43:57.000Z","size":108372,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T14:48:22.078Z","etag":null,"topics":["budgie-desktop","distribution","fedora","linux","linux-distribution","linux-distros"],"latest_commit_sha":null,"homepage":"http://fedora-budgie-remix.sf.net/","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/riipandi.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-12-06T02:02:58.000Z","updated_at":"2024-10-19T22:38:29.000Z","dependencies_parsed_at":"2023-07-14T11:17:09.116Z","dependency_job_id":null,"html_url":"https://github.com/riipandi/fedora-budgie-remix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Ffedora-budgie-remix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Ffedora-budgie-remix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Ffedora-budgie-remix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Ffedora-budgie-remix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riipandi","download_url":"https://codeload.github.com/riipandi/fedora-budgie-remix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243766781,"owners_count":20344811,"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":["budgie-desktop","distribution","fedora","linux","linux-distribution","linux-distros"],"created_at":"2024-10-05T15:42:13.017Z","updated_at":"2025-03-15T17:31:38.048Z","avatar_url":"https://github.com/riipandi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://sourceforge.net/projects/fedora-budgie-remix/files/latest/download\"\u003e\u003cimg alt=\"Download Fedora Budgie Remix\" src=\"https://a.fsdn.com/con/app/sf-download-button\" width=276 height=48 srcset=\"https://a.fsdn.com/con/app/sf-download-button?button_size=2x 2x\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Kickstart files for Fedora Budgie Remix\n\nThese files composes Budgie Remix from Fedora repositories.\n\nTo use them effectively, please look at pykickstart and lorax documentation.\n\n## Build Notes\n\n### References\n\n- \u003chttps://fedoraproject.org/wiki/Remix\u003e\n- \u003chttps://fedoraproject.org/wiki/Talk:How_to_create_and_use_a_Live_CD\u003e\n- \u003chttps://fedoraproject.org/wiki/Livemedia-creator-_How_to_create_and_use_a_Live_CD\u003e\n- \u003chttps://docs.fedoraproject.org/f28/install-guide/appendixes/Kickstart_Syntax_Reference.html\u003e\n- \u003chttps://wiki.sugarlabs.org/go/Build_Your_Own_Remix_with_Fedora\u003e\n- \u003chttps://opensourceforu.com/2010/01/roll-out-a-fedora-remix/\u003e\n- \u003chttp://weldr.io/lorax/livemedia-creator.html\u003e\n\n### Dependencies\n\n```bash\ndnf -y install kernel-modules-$(uname -r) mock curl livecd-tools pungi \\\n {fedora,spin,l10n}-kickstarts pykickstart anaconda lorax virt-install \\\n  libvirt-daemon-config-network lorax virt-install appliance-tools\n```\n\n```bash\nsudo usermod -a -G mock yourname\nsudo systemctl enable --now libvirtd\n```\n\n### Set selinux mode to permissive\n\n```bash\nsudo setenforce 0\n```\n\n### Get Fedora kickstarts\n\n```bash\ngit clone https://pagure.io/fedora-kickstarts.git fedora-ks -b f28\n```\n\n### Init Environment: run as general user\n\n```bash\nmock -r fedora-28-x86_64 --init\nmock -r fedora-28-x86_64 --install lorax-lmc-novirt vim-minimal pykickstart git\n```\n\n### Running a Compose\n\n```bash\nmock -r fedora-28-x86_64 --shell --old-chroot\n```\n\n### Chroot: Flatten a Kickstart\n\n```bash\ncd /usr/src; git clone https://github.com/riipandi/fedora-budgie-remix.git fbr\nksflatten --config fbr/kickstart.d/remix-live-budgie.ks -o remix-budgie.ks --version F28\n```\n\n### Chroot: Create the Live Image\n\n```bash\nrm -fr /var/livebuild\nmkdir -p /tmp/livebuild\n\nlivemedia-creator \\\n --ks remix-budgie.ks \\\n --logfile /tmp/livebuild.log \\\n --project \"Fedora Budgie Remix\"  \\\n --volid \"Fedora Budgie Remix x64\" \\\n --title \"Fedora Budgie Remix\" \\\n --make-iso --iso-only --releasever 28 \\\n --iso-name fedora-budgie-live.iso \\\n --no-virt --macboot\n```\n\n### Compose Results and cleanup\n\n```bash\ncp /var/lib/mock/fedora-28-x86_64/root/var/lmc/*.iso $HOME\nmock -r fedora-28-x86_64 --clean\n```\n\n## Old method\n\n```bash\nmkdir -p f28 ; cd $_\ncurl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-arm-base.ks\ncurl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-arm-xbase.ks\ncurl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-arm-xfce.ks\ncurl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-live-base.ks\ncurl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-live-minimization.ks\ncurl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-live-xfce.ks\ncurl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-xfce-common.ks\ncurl -sLO https://pagure.io/fedora-kickstarts/raw/f28/f/fedora-repo-not-rawhide.ks\nmv fedora-repo-not-rawhide.ks fedora-repo.ks\n```\n\n## Disclaimer\n\nLinux is a registered trademark of Linus Torvalds. Fedora and the Infinity\ndesign logo are trademarks of Red Hat, Inc. This project is not affiliated\nwith Linus Torvalds or Red Hat, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friipandi%2Ffedora-budgie-remix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friipandi%2Ffedora-budgie-remix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friipandi%2Ffedora-budgie-remix/lists"}