Hi, I'm working on a custom version of a GNU/Linux live distribution. I need to add/remove packages, edit scripts... I work in an unsquashed filesystem (squashfs-root/) used as root for chroot. I'm wondering which is the best way to manage my work. Should I create a git repo and add squashfs-root/? My main fear is messing up chroot env and cannot go back to a working version. Thanks, hamen
UPDATE: I'll give a try to rdiff-backup. Thank you.