{"id":15051045,"url":"https://github.com/quicoa/my-system-setup-files","last_synced_at":"2026-01-02T02:23:19.778Z","repository":{"id":192045841,"uuid":"681162520","full_name":"quicoa/my-system-setup-files","owner":"quicoa","description":"Collection of scripts I use to bootstrap and configure Debian-based systems, though support for other distributions may be added in the future","archived":false,"fork":false,"pushed_at":"2024-02-18T16:16:04.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T21:52:21.947Z","etag":null,"topics":["debian-linux","installation-scripts"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quicoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-08-21T12:04:44.000Z","updated_at":"2023-12-16T12:00:53.000Z","dependencies_parsed_at":"2024-02-18T17:29:37.397Z","dependency_job_id":"91af46d1-9787-4683-b989-981b9d6b849f","html_url":"https://github.com/quicoa/my-system-setup-files","commit_stats":null,"previous_names":["quicoa/my-system-setup-files"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quicoa%2Fmy-system-setup-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quicoa%2Fmy-system-setup-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quicoa%2Fmy-system-setup-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quicoa%2Fmy-system-setup-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quicoa","download_url":"https://codeload.github.com/quicoa/my-system-setup-files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511278,"owners_count":20302537,"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":["debian-linux","installation-scripts"],"created_at":"2024-09-24T21:30:38.407Z","updated_at":"2026-01-02T02:23:19.741Z","avatar_url":"https://github.com/quicoa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# System setup files\n\nThis repository contains a set of shell scripts that somewhat automate the\nsetup of Debian-based operating systems. I use these scripts primarily for\nmyself to bootstrap, set up, configure and install Debian-based systems, either\nfrom scratch or from an existing ISO.\n\nThe scripts are not very flexible, but with some understanding of GNU+Linux they\nare fairly easy to tweak. The configuration files located in [config](config)\nmust be changed before starting any bootstrap, configuring or installing, as\nthey contain parameters like the definition of the target and where to find the\nworking directories.\n\n## Execution\n\nMount the target filesystem and mount-bind runtime directories\n([config/mount](config/mount)):\n\n```sh\n./mount.sh\n```\n\nDebootstrap to the target directory ([config/debootstrap](config/debootstrap)):\n\n```sh\n./debootstrap.sh\n```\n\nOr clone a filesystem from an existing ISO ([config/clone](config/clone)):\n\n```sh\n./clone.sh\n```\n\nStart configuring the target system in chroot ([config/setup](config/setup)):\n\n```sh\n./chroot.sh setup\n```\n\nRe-run APT installer, if, for example, setup has finished but APT packages are\nstill incomplete (config/apt\\*):\n\n```sh\n./chroot.sh apt\n```\n\nDisable unnecessary systemd services:\n```sh\n./chroot.sh service\n```\n\nInstall Grub if installed on physical partition ([config/grub](config/grub)):\n\n```sh\n./chroot.sh grub\n```\n\nCreate a squashfs file from the target filesystem\n([config/mksqfs](config/mksqfs)):\n\n```sh\n./mksqfs.sh\n```\n\nUnmount the target filesystem ([config/mount](config/mount)):\n```sh\n./unmount.sh\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquicoa%2Fmy-system-setup-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquicoa%2Fmy-system-setup-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquicoa%2Fmy-system-setup-files/lists"}