From b63a20b6b131fdd6648abbe1f5dadd44f0027e50 Mon Sep 17 00:00:00 2001 From: kake26 Date: Fri, 31 May 2024 20:55:34 -0500 Subject: [PATCH] updates to wiki and notes --- Notes.md | 4 ++++ Plans.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Notes.md b/Notes.md index 29ebadb..2b769b4 100644 --- a/Notes.md +++ b/Notes.md @@ -1,5 +1,9 @@ ### 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 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. diff --git a/Plans.md b/Plans.md index d18b935..232e7e8 100644 --- a/Plans.md +++ b/Plans.md @@ -1,3 +1,3 @@ ### 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. \ No newline at end of file