19 Commits

Author SHA256 Message Date
Martin Vidner
698a01ac5c - Dropped the changes_only argument of Default,DeviceMap#save
following the same change in BaseModel#save in cfa-1.0.0
  because the merging was not working anyway (bsc#1137948)
- Drop support for Ruby 2.2 and 2.3; add 2.6.
- 2.0.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=30
2019-06-21 08:59:24 +00:00
Josef Reidinger
8307506ff4 -------------------------------------------------------------------------
- bnc#1053559
  - fixed serial_console= to use new terminal= API
- 1.0.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=28
2018-08-17 07:29:51 +00:00
Josef Reidinger
9bf24a309b -------------------------------------------------------------------------
- bnc#1053559
  - backward incompatible change in API
  - modified Grub2::Default#terminal and terminal= to handle multiple
    values in GRUB_TERMINAL. Former one returns array (was string) of
    strings since now. Later one expects array of strings as argument,
    array items are joined into space separated value of the option.
- 1.0.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=27
2018-08-16 08:38:39 +00:00
Josef Reidinger
fc4ce08ec8 -------------------------------------------------------------------------
- fix reading GRUB_TERMINAL (caused by fix for bsc#1068578)
- 0.6.5
-------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=25
2017-11-30 15:13:33 +00:00
Josef Reidinger
d19cd4eaf8 - avoid crash if config file uses trailing comment (bsc#1068578)
- 0.6.4

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=24
2017-11-30 09:30:04 +00:00
Josef Reidinger
6707bb4dfa - do not share parsers to avoid use of wrong file content as cache
(bsc#1044409)
- 0.6.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=22
2017-08-02 11:54:21 +00:00
Josef Reidinger
6ceaa98d30 - fix parsing grub.cfg with multi-level of submenus (bsc#1009025)
- 0.6.2

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=20
2017-04-19 12:29:22 +00:00
Josef Reidinger
ed627233f5 - Fix switched xen hypervisor and xen kernel parameters
(bsc#1014136)
- 0.6.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=18
2017-03-29 14:35:50 +00:00
Josef Reidinger
45eb84d54a - adapt to new cfa version (bsc#1023204)
- 0.6.0

- Use correct configuration file for xen kernel parameters
  (bsc#1012503)
- 0.5.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=16
2017-03-20 14:37:28 +00:00
Josef Reidinger
cac1432a0a - Use correct configuration file for xen kernel parameters
(bsc#1012503)
- 0.5.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=14
2016-12-07 08:38:09 +00:00
Josef Reidinger
6033597e27 - fix dependency on cfa as it follows semantic versioning
(needed for bsc#877047)
- 0.5.2

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=12
2016-10-14 08:50:27 +00:00
Josef Reidinger
65271cba53 - Do not crash for submenu with double quotes (bnc#986005)
- Filter out non-bootable menuentries ( a Snapper help label,
  using double quotes )
- 0.5.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=10
2016-07-13 11:33:23 +00:00
Josef Reidinger
8c1447680a - extend grub.cfg model to construct also full path usable for
grub2-set-default (bnc#986005)
- 0.5.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=9
2016-07-11 14:40:18 +00:00
Josef Reidinger
b87111e5bf - fix value for GRUB_ENCRYPTED_DISK attribute (bnc#976315)
- 0.4.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=7
2016-05-12 08:44:34 +00:00
Josef Reidinger
3bcee74d48 - add attribute GRUB_DEFAULT to /etc/default/grub model
(FATE#317701)
- 0.4.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=5
2016-03-30 13:22:16 +00:00
Josef Reidinger
cf0a916f04 - fix path to device.map in its model
- 0.3.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=4
2016-03-24 13:57:23 +00:00
Josef Reidinger
89840f7d64 - do not modify data during grub_installdevice write (FATE#317701)
- 0.3.2

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=3
2016-03-24 10:04:15 +00:00
Josef Reidinger
f50a2c832c - fix dependency on cfa
- 0.3.1

- add attribute GRUB_HIDDEN_TIMEOUT to /etc/default/grub model
- 0.3.0

- use new default file handler from base
- 0.2.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=2
2016-02-04 11:08:35 +00:00
Josef Reidinger
2d624f31a8 - initial package. Supports models for files:
- /etc/default/grub
  - /boot/grub2/device.map
  - /boot/grub2/grub.cfg
  - /etc/default/grub_installdevice

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=1
2015-12-16 09:32:56 +00:00