No description
- CSS 97.5%
- Python 1.3%
- Shell 1.2%
| .build | ||
| .claude | ||
| auto | ||
| config | ||
| CLAUDE.md | ||
| README.md | ||
Bearos
How to create a custom Linux distribution, in this example named BearOS, based on Debian.
The goal is to create a custom system with it's own name and look and feel.
Install a new system with Debian which will be used as build host.
On the new system, install the required tools:
sudo apt update &&
sudo apt install git live-build make sudo
The initial directory structure was created with:
lb config
Build the image
Prepare for a build:
sudo lb clean --all
Configure the buid:
lb config \
--dump > lb.dump
Build the image:
sudo lb build | tee build.log