{"id":15003589,"url":"https://github.com/mrprincerawat/pbus-linux-env","last_synced_at":"2026-02-24T01:08:55.035Z","repository":{"id":232995303,"uuid":"785758061","full_name":"MrPrinceRawat/PBUS-Linux-Env","owner":"MrPrinceRawat","description":"Standalone Custom Linux Environment to be deployed on a server. No other services are running besides what's needed for PBUS Core Software.","archived":false,"fork":false,"pushed_at":"2024-04-12T15:09:48.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T04:41:26.610Z","etag":null,"topics":["busybox-system","linux","linux-kernel"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/MrPrinceRawat.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":"2024-04-12T15:02:12.000Z","updated_at":"2024-04-12T15:03:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f723790-5fd4-4579-99dc-94058e91dec2","html_url":"https://github.com/MrPrinceRawat/PBUS-Linux-Env","commit_stats":null,"previous_names":["mrprincerawat/pbus-linux-env"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MrPrinceRawat/PBUS-Linux-Env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrPrinceRawat%2FPBUS-Linux-Env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrPrinceRawat%2FPBUS-Linux-Env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrPrinceRawat%2FPBUS-Linux-Env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrPrinceRawat%2FPBUS-Linux-Env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrPrinceRawat","download_url":"https://codeload.github.com/MrPrinceRawat/PBUS-Linux-Env/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrPrinceRawat%2FPBUS-Linux-Env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281185455,"owners_count":26457748,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["busybox-system","linux","linux-kernel"],"created_at":"2024-09-24T18:59:07.402Z","updated_at":"2025-10-26T23:08:45.583Z","avatar_url":"https://github.com/MrPrinceRawat.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PBUS Linux Env\r\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/MrPrinceRawat/PBUS-Linux-Env/rust.yml)\r\n![GitHub License](https://img.shields.io/github/license/MrPrinceRawat/PBUS-Linux-Env)\r\n\r\nStandalone Custom Linux Environment to be deployed on a server. No other services are running besides what's needed for PBUS Core Software. \r\n\r\n## Releases\r\nYou can grab a pre-build release from [releases](https://github.com/MrPrinceRawat/PBUS-Linux-Env/releases) page. \r\n\r\nOr build it yourself, just follow the instructions below.\r\n\r\n## Build Instructions\r\nThere are two major folders that is needed for it to work (even boot!).\r\n1. S-BUS - initramfs\r\n2. isodir\r\n\r\n### Linux Kernel\r\nGrab the latest Linux Kernel available from [kernel](https://kernel.org/).\r\n\r\nUnzip it using ``` tar -xJf linux-[version].tar.xz ```\r\n\r\nThen build it.\r\n```\r\n\u003e make menuconfig\r\n\u003e make\r\n```\r\n\r\n### BusyBox\r\nBusyBox provides us with important static binaries for core utilities which are needed in our Linux env.\r\n\r\nGrab the latest version of Busybox from [BusyBox](https://busybox.net/)\r\n\r\nUnzip it ```tar -xjf busybox-[version].tar.bz2```\r\n\r\nThen proceed to build\r\n```\r\n\u003e make menuconfig\r\n\u003e make install\r\n\u003e make\r\n```\r\n\r\nNow you'll have a ```_install``` folder in your BusyBox folder, copy all the content to ```S-BUS```.\r\n```\r\n\u003e cp busybox-[version]/_install/* /S-BUS/\r\n```\r\n\r\n### Build initramfs\r\nNow that you have your file structure in S-BUS sorted, it's time to build it. Go ahead run make to make it.\r\n```\r\n\u003e cd S-BUS\r\n\u003e make\r\n```\r\nIt will make ```initramfs.cpio.gz``` in the parent directory.\r\n\r\n### SYSLINUX\r\nSyslinux contains important binaries to boot into your system. Get the latest syslinux from [kernel/syslinux](https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/).\r\n\r\nThen Unzip it.\r\n\r\n### Final Build\r\nNow it's time for the final build. From the root directory run:\r\n```\r\n\u003e make\r\n```\r\nAnd wait and watch the magic ✨✨\r\n\r\nIt will create ```S-BUS.iso```\r\n\r\n## Contributions\r\nThis Repo is open to any and all contributions.\r\n\r\n## License\r\nThis project is licensed under the terms of the MIT license.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrprincerawat%2Fpbus-linux-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrprincerawat%2Fpbus-linux-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrprincerawat%2Fpbus-linux-env/lists"}