cfa_grub2 0.3.3 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cfa/grub2/default.rb +4 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eaa04689f81ee618fc7e61c7d7e8ac6595f99584
|
4
|
+
data.tar.gz: 8cc0f71e343f70a5889edb89d159b02487c20a53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d40f2755ee788daecf699c946791bafa08bf1e350893dd513c7cdf8fab98a46d2ccbee13af9455016e7f3b2cd2838a54aed8f4701ffc55c7d04c1331baee98df
|
7
|
+
data.tar.gz: c368b223255d37f111774160d2a4afaec7c88704cfa3ca3135a69453c2e39c356a583ce863884dc6099237f34c927103e32ae6dc943bbdabeef666cfc3ece28b
|
data/lib/cfa/grub2/default.rb
CHANGED
@@ -16,11 +16,12 @@ module CFA
|
|
16
16
|
# to the end of file
|
17
17
|
class Default < BaseModel
|
18
18
|
attributes(
|
19
|
-
|
20
|
-
hidden_timeout: "GRUB_HIDDEN_TIMEOUT",
|
19
|
+
default: "GRUB_DEFAULT",
|
21
20
|
distributor: "GRUB_DISTRIBUTOR",
|
22
21
|
gfxmode: "GRUB_GFXMODE",
|
23
|
-
|
22
|
+
hidden_timeout: "GRUB_HIDDEN_TIMEOUT",
|
23
|
+
theme: "GRUB_THEME",
|
24
|
+
timeout: "GRUB_TIMEOUT"
|
24
25
|
)
|
25
26
|
|
26
27
|
PARSER = AugeasParser.new("sysconfig.lns")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfa_grub2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josef Reidinger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03-
|
11
|
+
date: 2016-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cfa
|