From 499d17c2712f6d2db3ea03f638f9ca4fd0d7e1b6 Mon Sep 17 00:00:00 2001 From: hgy59 Date: Tue, 10 Dec 2024 18:41:26 +0100 Subject: [PATCH] update wizard files --- spk/qemu-ga/src/wizard/install_uifile | 13 +++++++++++-- spk/qemu-ga/src/wizard/upgrade_uifile | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/spk/qemu-ga/src/wizard/install_uifile b/spk/qemu-ga/src/wizard/install_uifile index 8719a5dba39..a54bd39b84b 100644 --- a/spk/qemu-ga/src/wizard/install_uifile +++ b/spk/qemu-ga/src/wizard/install_uifile @@ -1,9 +1,18 @@ [ { - "step_title": "Important notes", + "step_title": "Important installation notes", "items": [ { - "desc": "This package must run as root, but synology prohibits this.
Please continue until the installation fails. Than you need to ssh into DSM.
As an admin user execute the command:
sed -i 's/package/root/g' /var/packages/qemu-ga/conf/privilege.
Then manually start the package with:
synopkg start qemu-ga." + "desc": "This package must be run as root, but Synology prohibits this for packages that have not been verified by them." + }, + { + "desc": "Please continue the installation until the package fails to start and shows 'Please try again later or contact the package developer' in the Package Center." + }, + { + "desc": "Than you need to ssh into DSM and execute the command:
sudo sed -i 's/package/root/g' /var/packages/qemu-ga/conf/privilege" + }, + { + "desc": "Finally press Repair in the Package Center, or manually start the package in the ssh session with:
sudo synopkg start qemu-ga" } ] } diff --git a/spk/qemu-ga/src/wizard/upgrade_uifile b/spk/qemu-ga/src/wizard/upgrade_uifile index ba8a901b659..04825ba3c86 100644 --- a/spk/qemu-ga/src/wizard/upgrade_uifile +++ b/spk/qemu-ga/src/wizard/upgrade_uifile @@ -1,9 +1,18 @@ [ { - "step_title": "Important notes", + "step_title": "Important update notes", "items": [ { - "desc": "This package must run as root, but synology prohibits this.
Continue this upgrade until the installation fails. Than you need to ssh into DSM.
As an admin user execute the command:
sed -i 's/package/root/g' /var/packages/qemu-ga/conf/privilege.
Then manually start the package with:
synopkg start qemu-ga." + "desc": "This package must be run as root, but Synology prohibits this for packages that have not been verified by them." + }, + { + "desc": "Please continue the update until the package fails to start and shows 'Please try again later or contact the package developer' in the Package Center." + }, + { + "desc": "Than you need to ssh into DSM and execute the command:
sudo sed -i 's/package/root/g' /var/packages/qemu-ga/conf/privilege" + }, + { + "desc": "Finally press Repair in the Package Center, or manually start the package in the ssh session with:
sudo synopkg start qemu-ga" } ] }