From 1e5a2682a18c2f07224fe2ae4d7a0b8a85642161 Mon Sep 17 00:00:00 2001 From: kake26 Date: Tue, 28 May 2024 22:01:48 -0500 Subject: [PATCH] /etc is fixed finally --- Notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Notes.md b/Notes.md index 51cbbd0..3d4182f 100644 --- a/Notes.md +++ b/Notes.md @@ -1,5 +1,9 @@ ### Notes +# 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 install of rsync. Which is then used to handle restore of /etc. Making a final release now. + # Notes May 24 2024 Wiki time! Yes, learning how to work the markdown to make me a wiki. I think so far we are at a good start, having moved some readme stuff to here. No master work yet, but we will get there.