Skip to content

Commit

Permalink
docs: Update description in typeschema
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored Dec 15, 2024
1 parent f8942a8 commit 581f396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/initramfs/initramfs.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ using TypeSpec.JsonSchema;

@jsonSchema("/modules/initramfs.json")
model InitramfsModule {
/** The initramfs module is used to regenerate initramfs, needed for some boot modifications to apply.
/** The initramfs module is used to regenerate initramfs, needed for some modifications in early Linux startup process to apply.
* https://blue-build.org/reference/modules/initramfs/
*/
type: "initramfs";
}
}

0 comments on commit 581f396

Please sign in to comment.