brickstrap
brickstrap copied to clipboard
Tool for bootstrapping Debian and creating bootable image files for embedded systems
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...
2023 Dec 8 Brickstrap successfully built bootable Buster & Bullseye .img, but now fails 2024 March
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...