{"id":15003587,"url":"https://github.com/mdamiani/minirootfs","last_synced_at":"2026-03-13T09:33:50.030Z","repository":{"id":231146266,"uuid":"781051087","full_name":"mdamiani/minirootfs","owner":"mdamiani","description":"Mini Linux root filesystem, for mini embedded systems.","archived":false,"fork":false,"pushed_at":"2024-04-19T07:55:28.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T20:59:33.784Z","etag":null,"topics":["arm","busybox","embedded-linux","linux-kernel","qemu","qemu-system-arm","rootfs"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdamiani.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-02T16:53:33.000Z","updated_at":"2025-02-07T19:44:46.000Z","dependencies_parsed_at":"2024-10-12T07:41:19.628Z","dependency_job_id":null,"html_url":"https://github.com/mdamiani/minirootfs","commit_stats":null,"previous_names":["mdamiani/minirootfs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdamiani/minirootfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdamiani%2Fminirootfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdamiani%2Fminirootfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdamiani%2Fminirootfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdamiani%2Fminirootfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdamiani","download_url":"https://codeload.github.com/mdamiani/minirootfs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdamiani%2Fminirootfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30464830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["arm","busybox","embedded-linux","linux-kernel","qemu","qemu-system-arm","rootfs"],"created_at":"2024-09-24T18:59:06.785Z","updated_at":"2026-03-13T09:33:50.003Z","avatar_url":"https://github.com/mdamiani.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini RootFS\n\nThis script creates a very simple rootfs.\nIt uses BusyBox[https://busybox.net/], in order to provide basic UNIX utilities.\n\nA cross-compilation toolchain is needed for building. The script was tested with an\n[ARM toolchain](https://toolchains.bootlin.com/downloads/releases/toolchains/armv5-eabi/tarballs/armv5-eabi--glibc--stable-2023.08-1.tar.bz2),\nwith glibc C library, for Linux.\n\n\n## Usage\n\nPlease note the requirement about `fakeroot`, to set correct files permissions.\nThe output is an initramfs CPIO archive, `initramfs.cpio.gz`, as small as about 3MB.\n\n```\nfakeroot ./minirootfs.sh arm-buildroot-linux-gnueabi-\n```\n\n## Test\n\nThe rootfs may be tested with an actual Linux Embedded board, or with a development machine using:\n  - [QEMU](https://www.qemu.org/).\n  - A recent [Linux](https://www.kernel.org/) kernel.\n\n```\nqemu-system-arm -m 128M -M virt -nographic -kernel /path/to/linux-6.8.7/arch/arm/boot/zImage -initrd ./initramfs.cpio.gz -append \"root=/dev/ram0\"\n```\n\nThe Linux kernel may be compiled with the same toolchain:\n\n```\nwget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.8.7.tar.xz\ntar xf linux-6.8.7.tar.xz\ncd linux-6.8.7\nmake ARCH=arm CROSS_COMPILE=arm-buildroot-linux-gnueabi- defconfig\nmake ARCH=arm CROSS_COMPILE=arm-buildroot-linux-gnueabi- kvm_guest.config\nmake ARCH=arm CROSS_COMPILE=arm-buildroot-linux-gnueabi- zImage\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdamiani%2Fminirootfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdamiani%2Fminirootfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdamiani%2Fminirootfs/lists"}