brickstrap icon indicating copy to clipboard operation
brickstrap copied to clipboard

Tool for bootstrapping Debian and creating bootable image files for embedded systems

Results 4 brickstrap issues
Sort by recently updated
recently updated
newest added

Is it possible to use a Docker container (e.g. running Debian Buster) to run the legacy brickstrap to generate a rootfs ? My current setup is a Debian Jessie install...

Docker uses xattrs for file linux capabilities. For example, `ping` has `CAP_NET_RAW` to enable non-root users to ping. The `tar` command has the ability to preserve xattrs, but there is...

# Recoverable Partition Scheme Currently the image creation is fixed in the brickstrap.sh script. It would be better if this was factored out user/target to configuration, so that each build...

enhancement

Back on Dec 8 2023 I followed the clear & simple brickstrap instructions & quickly built myself bootable .img of the provided Buster beta & Bullseye beta. I flashed these...