diff --git a/modules/initramfs/initramfs.tsp b/modules/initramfs/initramfs.tsp index 259da33a..d6f3e157 100644 --- a/modules/initramfs/initramfs.tsp +++ b/modules/initramfs/initramfs.tsp @@ -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"; -} \ No newline at end of file +}