Build Debian userland script for Reform2

Hi everyone,

I build a script or building custom Debian userland system for the Reform 2 computer. This script mainly use mmdebstrap and his hook system.

The main idea behind this is create a recipe : a subfolder in the recipes directory like this

recipes
└── my_custom
    ├── hook
    │   ├── customize.sh
    │   ├── essential.sh
    │   ├── extract.sh
    │   └── setup.sh
    └── packages
        ├── base_packages.list
        └── devel_packages_list.list

To apply this recipe:

make_userland.sh -r my_custom

There is a Dockerfile for building your image, check the README for more information.

You can find my git repository here

3 Likes