How to create a bootable system with a squashfs root
- by cldfzn
My goal is to be able to take a customized root file system loaded with the software I want. So far I've created a squashed filesystem using debootstrap and chroot to install the software I want on the system.
The problem I am now running in to.. whenever I boot in to the system, my user accounts that were set up in the chroot do not work. First…