debian-rootfs generator using debootstrap
maybe multistrap idk
Work in progress :P
- Clone the repo using
$ git clone https://github.com/AyHa1810/debian-rootfs.git
- Give execute permission to the setup file using
$ chmod +x setup-debootstrap.sh
- Run the setup using
$ sudo setup-debootstrap.sh [options]
- Fork this repo
- Then go to the Actions tab of your fork
- Select any one of the workflows
- Click on Run Workflow
- Set required variables like architecture
- Then click on Run Workflow
- Go to the workflow you ran
- Download the artifact(s)
I want to add stuff like
- build debian-rootfs using both debootstrap and multistrap
- build debian-rootfs for Windows Subsystem for Linux (WSL)
- multi distro support (as much as possible by the packages ofc)
- a proper nice lookin logging system (doesn't make sense but eh)
- debian-rootfs by @jubinson (MIT)
- log4bash by @fredpalmer (BSD 3-Clause)
- slog by @swelljoe (BSD 3-Clause)
- multistrap (GNU GPL v3)
- debootstrap (GNU GPL v2)
well I'm learning some of bash scripting stuff through this specific repo so eh
that's it ig