{"id":15007184,"url":"https://github.com/sakkke/mindeb","last_synced_at":"2026-03-16T07:04:54.930Z","repository":{"id":215084423,"uuid":"737168563","full_name":"sakkke/mindeb","owner":"sakkke","description":"Minimal Debian","archived":false,"fork":false,"pushed_at":"2024-01-05T16:30:19.000Z","size":57,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T17:22:57.359Z","etag":null,"topics":["compatible","debian","distribution","distro","easy","easy-to-use","hacktoberfest","linux","linux-distribution","linux-distro","minimal","minimalism","minimalist","minimalistic","os"],"latest_commit_sha":null,"homepage":"","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/sakkke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-12-30T03:44:39.000Z","updated_at":"2024-01-08T06:10:28.000Z","dependencies_parsed_at":"2024-01-09T05:33:21.872Z","dependency_job_id":null,"html_url":"https://github.com/sakkke/mindeb","commit_stats":null,"previous_names":["sakkke/mindeb"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/sakkke/mindeb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakkke%2Fmindeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakkke%2Fmindeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakkke%2Fmindeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakkke%2Fmindeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sakkke","download_url":"https://codeload.github.com/sakkke/mindeb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakkke%2Fmindeb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30571209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-16T06:02:37.763Z","status":"ssl_error","status_checked_at":"2026-03-16T06:02:14.913Z","response_time":96,"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":["compatible","debian","distribution","distro","easy","easy-to-use","hacktoberfest","linux","linux-distribution","linux-distro","minimal","minimalism","minimalist","minimalistic","os"],"created_at":"2024-09-24T19:05:16.114Z","updated_at":"2026-03-16T07:04:54.890Z","avatar_url":"https://github.com/sakkke.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![mindeb](https://socialify.git.ci/sakkke/mindeb/image?description=1\u0026forks=1\u0026issues=1\u0026name=1\u0026owner=1\u0026pattern=Plus\u0026pulls=1\u0026stargazers=1\u0026theme=Auto)\n\n[Changelog](./CHANGELOG.md)\n\n## Features\n\n- **Minimal**: The ISO image is about 400MB. This size is half of Archiso.\n- **Easy**: Installation is just copying the system files. So installable offline\n  as well.\n- **Compatible**: System follows upstream Debian. Basic firmware and basic\n  middlewares are included by default.\n\n## Installation guide\n\n### Pre-installation\n\n#### Login\n\nLogin with the following information:\n\n- **Username**: `mindeb`\n- **Password**: `mindeb`\n\n#### Console keyboard layout\n\nList available keyboard layouts:\n\n```sh\nls /usr/share/keymaps/*\n```\n\nSet the keyboard layout:\n\n```sh\nloadkeys {keymap}\n```\n\n- **`{keymap}` example**: `jp106`\n\n#### Run shell as root\n\n```sh\nsudo -s\n```\n\n#### List disks information\n\n```sh\nlsblk\n```\n\n#### Partition the disks\n\nOptionally, destroy data structures:\n\n```sh\nsgdisk -Z '{disk}'\n```\n\nPartition the disks:\n\n```sh\ncgdisk '{disk}'\n```\n\n##### Partitions requirements\n\n1. The disk must have the EFI system partition and the root partition.\n  1. The root partition must have the partition name `mindeb`.\n\n##### Partitions example\n\n1. EFI system partition\n  - **First sector**: default\n  - **Size in sectors**: `300M`\n  - **Hex code or GUID**: `ef00`\n  - **Partition name**: default\n1. Root partition\n  - **First sector**: default\n  - **Size in sectors**: default\n  - **Hex code or GUID**: default\n  - **Partition name**: `mindeb`\n\n#### Format the partitions\n\n```sh\nmkfs.fat -F 32 '{EFI system partition}'\nmkfs.ext4 '{Root partition}'\n```\n\n- **`{EFI system partition}` example**: `/dev/sda1`\n- **`{Root partion}` example**: `/dev/sda2`\n\n#### Mount the file systems\n\nMount the root partition to `/mnt`:\n\n```sh\nmount '{Root partition}' /mnt\n```\n\nMount the EFI system partition to `/mnt/boot/efi`:\n\n```sh\nmount --mkdir '{EFI system partition}' /mnt/boot/efi\n```\n\n### Installation\n\n#### Install the system files\n\n```sh\ncp -Ta /run/live/rootfs/10-main.squashfs /mnt\n```\n\n- `/run/live/rootfs/10-main.squashfs` is the entry point for the system files\n  to be copied.\n\n### Configure the system\n\n#### `fstab`\n\n```sh\ngenfstab -U /mnt \u003e\u003e /mnt/etc/fstab\n```\n\n#### `chroot`\n\n```sh\narch-chroot /mnt\n```\n\n#### Time\n\nSet the timezone:\n\n```sh\nln -fs '/usr/share/zoneinfo/{timezone}' /etc/localtime\n```\n\n- **`{timezone}` example**: `UTC`\n\nGenerate `/etc/adjtime`:\n\n```sh\nhwclock --systohc\n```\n\n#### Localization\n\nEdit `/etc/locale.gen` and uncomment needed locales.\n\n```\n{locale}\n```\n\n- **`{locale}` example**: `en_US.UTF-8 UTF-8`\n\nGenerate the locales:\n\n```sh\nlocale-gen\n```\n\nUpdate the default locale:\n\n```sh\nupdate-locale LANG='{lang}'\n```\n\n- **`{lang}` example**: `en_US.UTF-8`\n\nSet the keyboard layout:\n\n```sh\ndpkg-reconfigure console-data\n```\n\n#### Network configuration\n\nEdit `/etc/hostname`.\n\n```\n{hostname}\n```\n\n- **`{hostname}` example**: `mindeb`\n\n#### User\n\nAdd a user:\n\n```sh\nadduser '{username}'\n```\n\n- **`{username}` example**: `alice`\n\nAdd a user to `sudo` group (recommended):\n\n```sh\nadduser '{username}' sudo\n```\n\n### Reboot\n\nExit the new system:\n\n```sh\nexit\n```\n\nRestart the machine:\n\n```sh\nreboot\n```\n\n## Build\n\n```sh\n./bin/mindeb-build\n```\n\n### Build requirements\n\n**OS**: Debian-based Linux distribution\n**Commands**:\n\n- `mmdebstrap`\n- `arch-chroot`\n- `mkfs.fat`\n- `mksquashfs`\n- `xorriso`\n- `sudo` (optional)\n\n#### Build requirements installation\n\n```sh\nsudo apt -y install mmdebstrap arch-install-scripts dosfstools squashfs-tools \\\n  xorriso sudo\n```\n\n### Test the ISO image\n\n```sh\n./bin/mindeb-run\n```\n\n#### Test requirements\n\n- `qemu-img`\n- `qemu-system-x86_64`\n\n##### Test requirements installation\n\n```sh\nsudo apt -y install qemu-utils qemu-system-x86\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakkke%2Fmindeb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsakkke%2Fmindeb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakkke%2Fmindeb/lists"}