Skip to content

Commit

Permalink
Added support for global GRUB configuration
Browse files Browse the repository at this point in the history
This patch adds support for grub_menuentry which provides the ability to
manage individual Menu entries for both GRUB Legacy and GRUB2.

Testing has been focused on Linux-based operating systems and it is
possible that features may be missing for chainloaded operating systems.

Support for managing GRUB2 users has also been added. This compares
against the *running* configuration, not what is saved in the
compilation files in grub.d.

The following custom types were created:
  * grub_config => Manages global GRUB settings
  * grub_menuentry => Manages GRUB menuentries
  * grub_user => Manages GRUB2 users

Fixes voxpupuli#10
  • Loading branch information
trevor-vaughan committed Mar 3, 2016
1 parent 989a520 commit 468edc5
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions spec/acceptance/class_spec.rb

This file was deleted.

0 comments on commit 468edc5

Please sign in to comment.