updates to wiki and notes

kake26 2024-05-31 20:55:34 -05:00
parent 1db3097c95
commit b63a20b6b1
Signed by: kake26
GPG key ID: E8AFC43591876B4D
2 changed files with 5 additions and 1 deletions

@ -1,5 +1,9 @@
### Notes ### Notes
# Notes May 31 2024
More wiki updates for now. Arch gets the rsync based /etc overwrite handling fix. Means as part of restore on Arch rsync will be installed. Flatpak support will likely never come along as this is inteded and designed for VPS type systems and Raspberry Pis. Arch support will remain and was really added as it seemed like a great idea at the time thing. OpenWRT, will be a pain to test properly as I will need couple of test systems as VMs. I don't need them to conflict with my live network either so I'll see how I can sandbox them.
# Notes May 28 2024 # Notes May 28 2024
Well, I fixed the /etc overwrite issue I had. Turns out cp is just not the proper tool. I've added into the restore process a install of rsync. Which is then used to handle restore of /etc. Making a final release now. I will replace the rsync bit with something writen in straight up bash perhaps, but not at this ver moment. Well, I fixed the /etc overwrite issue I had. Turns out cp is just not the proper tool. I've added into the restore process a install of rsync. Which is then used to handle restore of /etc. Making a final release now. I will replace the rsync bit with something writen in straight up bash perhaps, but not at this ver moment.

@ -1,3 +1,3 @@
### Plans ### Plans
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. Reconsidering the flatpak support idea as I'm not sure I ever really intended to have any specific desktop support. VPS and Raspberry Pi suport is going to remain my core targets.