OSDN Git Service

adds the `platform_utils::grub_default` recipe.
[metasearch/grid-chef-repo.git] / cookbooks / platform_utils / README.md
index 40c4e83..8ec908e 100644 (file)
@@ -13,6 +13,7 @@ This cookbook provides platform utility recipes.
 - [Usage](#usage)
     - [Recipes](#recipes)
         - [platform_utils::default](#platform_utilsdefault)
+        - [platform_utils::grub_default](#platform_utilsgrub_default)
         - [platform_utils::crond (ver. 0.4.0 or later)](#platform_utilscrond-ver-040-or-later)
         - [platform_utils::kernel_modules (ver. 0.4.2 or later)](#platform_utilskernel_modules-ver-042-or-later)
         - [platform_utils::kernel_user_namespace (ver. 0.4.2 or later)](#platform_utilskernel_user_namespace-ver-042-or-later)
@@ -42,6 +43,7 @@ This cookbook provides platform utility recipes.
 
 |Key|Type|Description, example|Default|
 |:--|:--|:--|:--|
+|`['platform_utils']['grub_default']`|Hash|GRUB2 configurations. This settings are expanded to the `/etc/default/grub.d/override.cfg`.|`{}`|
 |`['platform_utils']['kernel_modules']['loaded_modules']`|Array|Loaded extra kernel module names.|`[]`|
 |`['platform_utils']['mount']['autopilot']`|Hash|mount autopilot configurations.|See `attributes/default.rb`|
 |`['platform_utils']['networking']['autopilot']`|Hash|networking autopilot configurations.|See `attributes/default.rb`|
@@ -67,6 +69,10 @@ This cookbook provides platform utility recipes.
 
 This recipe does nothing.
 
+#### platform_utils::grub_default
+
+This recipe adds GRUB2 extra configurations.
+
 #### platform_utils::crond (ver. 0.4.0 or later)
 
 This recipe installs cron package and enables & starts the service.