updated readme

This commit is contained in:
kake26 2024-05-23 19:13:13 -05:00
parent d9d390c54f
commit 8f8305833d
Signed by: kake26
GPG key ID: E8AFC43591876B4D

View file

@ -15,6 +15,10 @@ test.bash - Some file I was using to test something, you can ignore it
To add flatpak support for making it more usable for desktops. Also at one point create a custom replacement for makeself thats specific to this script. To add flatpak support for making it more usable for desktops. Also at one point create a custom replacement for makeself thats specific to this script.
# Notes May 23 2024
Well, I was omitting restore.lib.bash. Not required, but can make some things allot faster. I fixed that and attempted to address some potential CP issues. My tests finish allot faster now that restore.lib is part of the package. I feel silly for not having looked at that, but ok. I'm adding code to verify that /etc gets replaced properly. From may testing it didn't and it caused me some minor problems when using it on a VPS.
# Notes May 21 2024 # Notes May 21 2024
So allot more testing and work has gotten this thing running well. Debian based is the best supported. Though Arch did work according to my tests. I will need do testing for OpenWRT at a more intensive level though. Either way most of my VM based tests worked. A few minor tweaks such as putting apt into noninteractive. My copy of /etc in the end was a -R not a -Rf, this has been changed even for apt. So allot more testing and work has gotten this thing running well. Debian based is the best supported. Though Arch did work according to my tests. I will need do testing for OpenWRT at a more intensive level though. Either way most of my VM based tests worked. A few minor tweaks such as putting apt into noninteractive. My copy of /etc in the end was a -R not a -Rf, this has been changed even for apt.