mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-08 23:23:09 +00:00
FAQ: Explanation "updatable" (#4300)
* Update FAQ * Update frontend/src/config/faqConfig.tsx
This commit is contained in:
parent
9c7d50fdff
commit
69298090ce
@ -34,4 +34,9 @@ export const FAQ_Items = [
|
|||||||
content:
|
content:
|
||||||
"If an LXC script fails, run it again using Verbose mode. Standard mode hides detailed output for neatness, showing only progress. Verbose mode displays all messages, which helps you (and us) diagnose the error. Include this verbose output if you report the issue.",
|
"If an LXC script fails, run it again using Verbose mode. Standard mode hides detailed output for neatness, showing only progress. Verbose mode displays all messages, which helps you (and us) diagnose the error. Include this verbose output if you report the issue.",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "What does \"Updatable\" and \"Not updatable\" mean?",
|
||||||
|
content:
|
||||||
|
"Updatable means that script has a function that is used to update the installed application to the latest version available. Not updatable means that script doesn't have a function that can safely update the application to the latest version available, so only the LXC OS is updated.",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user