fix(akmods): better docs for the base: key
This commit is contained in:
parent
ef396d4698
commit
cd003ab448
1 changed files with 5 additions and 5 deletions
|
|
@ -8,11 +8,11 @@ model AkmodsModule {
|
|||
*/
|
||||
type: "akmods";
|
||||
|
||||
/** The kernel / image your image is based on.
|
||||
* main: stock kernel / main and nvidia images
|
||||
* asus: asus kernel / asus images
|
||||
* fsync: fsync kernel / bazzite images
|
||||
* surface: surface kernel / surface images
|
||||
/** The kernel your images uses.
|
||||
* - main: stock kernel / main and nvidia images
|
||||
* - asus: asus kernel / asus images
|
||||
* - fsync: fsync kernel / bazzite images
|
||||
* - surface: surface kernel / surface images
|
||||
*/
|
||||
base?: "main" | "asus" | "fsync" | "surface" = "main";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue