Skip to content

Commit

Permalink
update wizard files
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Dec 10, 2024
1 parent 16bf91a commit 499d17c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions spk/qemu-ga/src/wizard/install_uifile
Original file line number Diff line number Diff line change
@@ -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. <br/>Please continue until the installation fails. Than you need to ssh into DSM.<br/>As an admin user execute the command:<br/><code>sed -i 's/package/root/g' /var/packages/qemu-ga/conf/privilege</code>.<br/>Then manually start the package with:<br/><code>synopkg start qemu-ga</code>."
"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:<br/><code>sudo sed -i 's/package/root/g' /var/packages/qemu-ga/conf/privilege</code>"
},
{
"desc": "Finally press <strong>Repair</strong> in the Package Center, or manually start the package in the ssh session with:<br/><code>sudo synopkg start qemu-ga</code>"
}
]
}
Expand Down
13 changes: 11 additions & 2 deletions spk/qemu-ga/src/wizard/upgrade_uifile
Original file line number Diff line number Diff line change
@@ -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. <br/>Continue this upgrade until the installation fails. Than you need to ssh into DSM.<br/>As an admin user execute the command:<br/><code>sed -i 's/package/root/g' /var/packages/qemu-ga/conf/privilege</code>.<br/>Then manually start the package with:<br/><code>synopkg start qemu-ga</code>."
"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:<br/><code>sudo sed -i 's/package/root/g' /var/packages/qemu-ga/conf/privilege</code>"
},
{
"desc": "Finally press <strong>Repair</strong> in the Package Center, or manually start the package in the ssh session with:<br/><code>sudo synopkg start qemu-ga</code>"
}
]
}
Expand Down

0 comments on commit 499d17c

Please sign in to comment.