# lb-config live-build chroot and config files for tildelinux this is where the magic happens ## building 1. `sudo apt install live-build` 2. `mkdir tildelinux && cd tildelinux` 3. `lb config` 4. `rm -r config` 5. `git clone --recurse-submodules https://tildegit.org/tildelinux/lb-config/ config` 6. `lb build` 7. The image file will be named 'live-image-amd64.img' ## writing to usb - `dd if=live-image-amd64.img of=/dev/sdX`