diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-08 01:37:52 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-09 03:48:40 -0400 |
commit | e712aa5b92bd2553431a1fe5ccf233f7c4068d3f (patch) | |
tree | b9578ebc3a862869fde2b11955e4692f643553b4 /projects/grub | |
parent | 9449be6ad6b3bc1df6bf96198d6735f6db235e35 (diff) | |
download | librebootfr-e712aa5b92bd2553431a1fe5ccf233f7c4068d3f.tar.gz librebootfr-e712aa5b92bd2553431a1fe5ccf233f7c4068d3f.zip |
Rename 'vesafb' to the more apropos 'corebootfb'
Diffstat (limited to 'projects/grub')
-rw-r--r-- | projects/grub/install/corebootfb/AUTHORS (renamed from projects/grub/install/vesafb/AUTHORS) | 0 | ||||
-rw-r--r-- | projects/grub/install/corebootfb/COPYING (renamed from projects/grub/install/vesafb/COPYING) | 0 | ||||
-rw-r--r-- | projects/grub/install/corebootfb/grub.cfg (renamed from projects/grub/install/vesafb/grub.cfg) | 0 | ||||
-rw-r--r-- | projects/grub/install/corebootfb/grubtest.cfg (renamed from projects/grub/install/vesafb/grubtest.cfg) | 0 | ||||
-rw-r--r-- | projects/grub/install/install | 4 |
5 files changed, 2 insertions, 2 deletions
diff --git a/projects/grub/install/vesafb/AUTHORS b/projects/grub/install/corebootfb/AUTHORS index 0157cfed..0157cfed 100644 --- a/projects/grub/install/vesafb/AUTHORS +++ b/projects/grub/install/corebootfb/AUTHORS diff --git a/projects/grub/install/vesafb/COPYING b/projects/grub/install/corebootfb/COPYING index 3b78313b..3b78313b 100644 --- a/projects/grub/install/vesafb/COPYING +++ b/projects/grub/install/corebootfb/COPYING diff --git a/projects/grub/install/vesafb/grub.cfg b/projects/grub/install/corebootfb/grub.cfg index f61e2684..f61e2684 100644 --- a/projects/grub/install/vesafb/grub.cfg +++ b/projects/grub/install/corebootfb/grub.cfg diff --git a/projects/grub/install/vesafb/grubtest.cfg b/projects/grub/install/corebootfb/grubtest.cfg index 50beb915..50beb915 100644 --- a/projects/grub/install/vesafb/grubtest.cfg +++ b/projects/grub/install/corebootfb/grubtest.cfg diff --git a/projects/grub/install/install b/projects/grub/install/install index 644c6ef1..3ebca5a2 100644 --- a/projects/grub/install/install +++ b/projects/grub/install/install @@ -1,5 +1,5 @@ grubenv:grubenv txtmode/grub.cfg:txtmode/grub.cfg txtmode/grubtest.cfg:txtmode/grubtest.cfg -vesafb/grub.cfg:vesafb/grub.cfg -vesafb/grubtest.cfg:vesafb/grubtest.cfg +corebootfb/grub.cfg:corebootfb/grub.cfg +corebootfb/grubtest.cfg:corebootfb/grubtest.cfg |