summaryrefslogtreecommitdiff
path: root/patchroot.sh
AgeCommit message (Collapse)Author
2020-05-30patchroot.sh: download less (but still some, for demonstration)Andrew Cady
2020-05-29set hostname & silence sudo warningAndrew Cady
2020-05-14remove explicit references to stretchu
2020-05-14add "patchroot.sh" mechanismAndrew Cady
2016-04-29fix paths (in progress)Andrew Cady
2016-04-28fix apple function keysAndrew Cady
2016-04-28patchroot.sh was missing "contrib" apt sourcesAndrew Cady
2016-04-27Implement encrypted cdrom ejectionAndrew Cady
This allows the cdrom to be copied onto the outer filesystem (mounted in /outerfs) without storing unencrypted gpg keys there. e.g.: samizdat-eject.sh /outerfs/samizdat.iso This was necessary because the other method probably causes btrfs deadlocks. We do end up copying data twice this way (or three times, probably -- if the ISO is saved), but not _from the cdrom_. And we get to eject immediately after the first copy. Future copies will be from the hard drive. Not too bad.
2016-04-26ejection script for cdrom duplicationAndrew Cady
included some necessary dependencies
2016-04-22add some scripts into root's homedirAndrew Cady