From 806c6fd275140fedb468839994700574070a79c0 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Tue, 15 Jun 2021 17:36:08 +0200 Subject: [PATCH] Update changelog.md --- docs/changelog.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 7571c9e..b9e6107 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,18 +16,18 @@ That means, from now on, Klipper and Moonraker services installed with KIAUH wil - fluidd-error.log * For MainsailOS and FluiddPi users:\ MainsailOS and FluiddPi will switch the shipped Klipper service from SysVinit to systemd probably with their next release. KIAUH can already help migrate older MainsailOS (0.4.0 and below) and FluiddPi (v1.13.0) releases to match their new service-, file- and folder-structure so you don't have to re-flash the SD-Card of your Raspberry Pi.\ -In detail here is what is going to happen when you use the new "CustomPiOS Migration Helper" from the Advanced Menu `(Main Menu -> 4 -> Enter -> 10 -> Enter)` in a short summary: - 1) The Klipper SysVinit service will get replaced by a Klipper systemd service - 2) Klipper and Moonraker will use the new log-directory `~/klipper_logs` - 3) The webcamd service gets updated - 4) The webcamd script gets updated and moved from `/root/bin/webcamd` to `/usr/local/bin/webcamd` - 5) The NGINX `upstreams.conf` gets updated to be able to configure up to 4 webcams - 6) The `mainsail.txt` / `fluiddpi.txt` gets moved from `/boot` to `~/klipper_config` and renamed to `webcam.txt` - 7) Symlinks for the webcamd.log and various NGINX logs get created in `~/klipper_config` - 8) Configuration files for Klipper, Moonraker and webcamd get added to `/etc/logrotate.d` - 9) If they still exist, two lines will be removed from the mainsail.cfg or client_macros.cfg macro configurations:\ - `SAVE_GCODE_STATE NAME=PAUSE_state` and - `RESTORE_GCODE_STATE NAME=PAUSE_state`\ +In detail here is what is going to happen when you use the new "CustomPiOS Migration Helper" from the Advanced Menu\ +`(Main Menu -> 4 -> Enter -> 10 -> Enter)` in a short summary: + * The Klipper SysVinit service will get replaced by a Klipper systemd service + * Klipper and Moonraker will use the new log-directory `~/klipper_logs` + * The webcamd service gets updated + * The webcamd script gets updated and moved from `/root/bin/webcamd` to `/usr/local/bin/webcamd` + * The NGINX `upstreams.conf` gets updated to be able to configure up to 4 webcams + * The `mainsail.txt` / `fluiddpi.txt` gets moved from `/boot` to `~/klipper_config` and renamed to `webcam.txt` + * Symlinks for the webcamd.log and various NGINX logs get created in `~/klipper_config` + * Configuration files for Klipper, Moonraker and webcamd get added to `/etc/logrotate.d` + * If they still exist, two lines will be removed from the mainsail.cfg or client_macros.cfg macro configurations:\ + `SAVE_GCODE_STATE NAME=PAUSE_state` and `RESTORE_GCODE_STATE NAME=PAUSE_state` * **Please note:**\ The "CustomPiOS Migration Helper" is intended to only work on "vanilla" MainsailOS and FluiddPi systems. Do not try to migrate a modified MainsailOS or FluiddPi system (for example if you already used KIAUH to re-install services or to set up a multi-instance installation for Klipper / Moonraker). This won't work.