{"id":17042033,"url":"https://github.com/jschlatow/tinycore-remaster","last_synced_at":"2025-03-23T01:26:19.619Z","repository":{"id":140009411,"uuid":"382376461","full_name":"jschlatow/tinycore-remaster","owner":"jschlatow","description":"Tools for remastering TinyCore Linux images.","archived":false,"fork":false,"pushed_at":"2022-10-20T12:05:53.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T18:08:13.587Z","etag":null,"topics":["tinycore"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jschlatow.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":"2021-07-02T14:45:46.000Z","updated_at":"2024-02-13T06:49:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"c14b5b3a-d1a6-4fd7-85c0-160a0cfc7bb4","html_url":"https://github.com/jschlatow/tinycore-remaster","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/jschlatow%2Ftinycore-remaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jschlatow%2Ftinycore-remaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jschlatow%2Ftinycore-remaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jschlatow%2Ftinycore-remaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jschlatow","download_url":"https://codeload.github.com/jschlatow/tinycore-remaster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245042892,"owners_count":20551683,"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":["tinycore"],"created_at":"2024-10-14T09:14:29.548Z","updated_at":"2025-03-23T01:26:19.599Z","avatar_url":"https://github.com/jschlatow.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository provides Makefile-based tools to create customized TinyCore\nimages aka _appliances_.\n\n# Folders\n\nThis repositories contains the following subdirectories:\n\n* [appliances]: contains the build instruction of your appliances\n* [mk]: contains the Makefile-based tools `download`, `iso` and `dependencies`\n* [downloads]: default download directory for official iso and tcz files\n* [share]: contains instructions for building custom initramfs or tcz files\n* [archive]: contains static archives\n\n[appliances]: ./appliances/\n[mk]: ./mk/\n[downloads]: ./downloads/\n[share]: ./share/\n[archive]: ./archive/\n\n# Usage\n\nTo build an appliance for which build instruction already exist, simply run:\n\n```\nmake app/\u003cname\u003e\n```\n\nHere, `\u003cname\u003e` refers to the subdirectory in `./appliances/` which must contain\nan `iso.mk` file containing the instructions.\nAfter a successful build, you will find the resulting iso image under\n`./build/\u003cname\u003e.iso`.\n\nThe `iso.mk` file solely contains a few variable definitions that are used\nby the tools in `./mk/` to assemble the iso image. E.g.:\n\n```\nBASE_ISO       := Core-11.1.iso\nCORE_GZ        := 11.1/tinycore-novboxguest.gz\nEXTRA_INITRDS  := 11.1/vboxga5244.gz\nAPPS(DOWNLOAD) := 11.x/Xorg-7.7 \\\n                  11.x/pavucontrol\nAPPS(ARCHIVE)  := i3 \\\n                  firefox\nAPPS(SHARE)    := 11.x/audio-vbox \\\n                  11.x/uvcvideo\n```\n\n`BASE_ISO` and `CORE_GZ` are mandatory. The former specifies what official\nTinyCore image shall be used as a basis whereas the latter explicitly states\nwhat initramfs is used.\nThe `core.gz` file of the base iso will thus be replaced with the specified file.\nYou can specify an arbitrary number of additional initramfs files in\n`EXTRA_INITRDS`.\nIn the example above, we take a slightly modified initramfs from the TinyCore\niso in which we removed the vboxguest kernel module and add a second initramfs\ncontaining the VirtualBox Guest Additions.\nThe build instructions for files referenced by `CORE_GZ` and `EXTRA_INITRDS`\nare found in `./share/`.\n\nThe variables `APPS(DOWNLOAD)`, `APPS(ARCHIVE)` and `APPS(SHARE)` specify what\npackages (tcz) shall be loaded on startup.\nThe packages are searched/built in `./downloads/`, `./archive/` or `./share/`\nrespectively.\nPackage dependencies are automatically resolved, downloaded and included in\nthe iso.\n\nIn addition to the definitions in `iso.mk`, one can add a folder `mydata`.\nThe entire files and folder structure beneath `mydata` will be packaged into\na `mydata.tgz` file that will be copied onto the root file system by TinyCore\non startup.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjschlatow%2Ftinycore-remaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjschlatow%2Ftinycore-remaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjschlatow%2Ftinycore-remaster/lists"}