OSDN Git Service

adds the `platform_utils::grub_default` recipe.
[metasearch/grid-chef-repo.git] / cookbooks / platform_utils / attributes / default.rb
index 570df39..c37353e 100644 (file)
@@ -2,7 +2,7 @@
 # Cookbook Name:: platform_utils
 # Attributes:: default
 #
-# Copyright 2016-2017, whitestar
+# Copyright 2016-2018, whitestar
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 
 default['platform_utils']['kernel_modules']['loaded_modules'] = []
 
+default['platform_utils']['grub_default'] = {
+  #'ENV_VAR_NAME' => 'value',
+  #'GRUB_TIMEOUT_STYLE' => 'menu',
+  #'GRUB_TIMEOUT' => '5',
+  #'GRUB_CMDLINE_LINUX_DEFAULT' => '""',
+}
+
 default['platform_utils']['mount']['autopilot'] = {
   # for delayed hotplug devices (e.g. usb)
   'enabled' => false,