Skip to content

build debian-rootfs using debootstrap and multistrap

License

Notifications You must be signed in to change notification settings

AyHa1810/debian-rootfs

Repository files navigation

debian-rootfs

Status

Push-builds

WARNING: not finished lmao

debian-rootfs generator using debootstrap
maybe multistrap idk

Work in progress :P

How to build

On shell

  1. Clone the repo using
$ git clone https://github.com/AyHa1810/debian-rootfs.git
  1. Give execute permission to the setup file using
$ chmod +x setup-debootstrap.sh
  1. Run the setup using
$ sudo setup-debootstrap.sh [options]

Using Github Actions (workflow_dispatch)

  1. Fork this repo
  2. Then go to the Actions tab of your fork
  3. Select any one of the workflows
  4. Click on Run Workflow
  5. Set required variables like architecture
  6. Then click on Run Workflow
  7. Go to the workflow you ran
  8. Download the artifact(s)

My plans

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)

Related

well I'm learning some of bash scripting stuff through this specific repo so eh
that's it ig