fosslinux / live-bootstrap

Use of a Linux initramfs to fully automate the bootstrapping process
291 stars 26 forks source link

Live system nochange #419

Closed fosslinux closed 5 months ago

fosslinux commented 6 months ago

a bunch of cleanups that make diff -ru <(cd target; ls -R) <(cd target.bak; ls -R) be nil, where target and target.bak have one run normally, and the other run with --repo from that run.

There are likely a couple of checksum changes I havent added yet, and there's still a bit of work to do for ls -lR to be nil (permissions, etc)

Closes #377