From 8144531afad89c2877bd87bc74378e08e1504d4a Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 4 Sep 2017 00:30:33 -0400 Subject: Move GRUB background dir to install/corebootfb Since backgrounds aren't included in the GRUB image it would make more sense to move them to the GRUB install directory at projects/grub/install/corebootfb instead (textmode ROMs won't have a background image included, for obvious reasons). --- projects/grub/configs/background/COPYING | 3 - .../grub/configs/background/background1024x768.png | Bin 3158 -> 0 bytes .../grub/configs/background/background1280x800.png | Bin 3387 -> 0 bytes projects/grub/configs/background/logo.svg | 66 --------------------- .../grub/install/corebootfb/background/COPYING | 3 + .../corebootfb/background/background1024x768.png | Bin 0 -> 3158 bytes .../corebootfb/background/background1280x800.png | Bin 0 -> 3387 bytes .../grub/install/corebootfb/background/logo.svg | 66 +++++++++++++++++++++ 8 files changed, 69 insertions(+), 69 deletions(-) delete mode 100644 projects/grub/configs/background/COPYING delete mode 100644 projects/grub/configs/background/background1024x768.png delete mode 100644 projects/grub/configs/background/background1280x800.png delete mode 100644 projects/grub/configs/background/logo.svg create mode 100644 projects/grub/install/corebootfb/background/COPYING create mode 100644 projects/grub/install/corebootfb/background/background1024x768.png create mode 100644 projects/grub/install/corebootfb/background/background1280x800.png create mode 100644 projects/grub/install/corebootfb/background/logo.svg (limited to 'projects/grub') diff --git a/projects/grub/configs/background/COPYING b/projects/grub/configs/background/COPYING deleted file mode 100644 index 9467677a..00000000 --- a/projects/grub/configs/background/COPYING +++ /dev/null @@ -1,3 +0,0 @@ -These images are based on http://libreboot.org/logo/logo.svg -which is Copyright 2014 Marcus Moeller and released under CC-0 -https://creativecommons.org/publicdomain/zero/1.0/legalcode diff --git a/projects/grub/configs/background/background1024x768.png b/projects/grub/configs/background/background1024x768.png deleted file mode 100644 index 2689d5d8..00000000 Binary files a/projects/grub/configs/background/background1024x768.png and /dev/null differ diff --git a/projects/grub/configs/background/background1280x800.png b/projects/grub/configs/background/background1280x800.png deleted file mode 100644 index 0570c879..00000000 Binary files a/projects/grub/configs/background/background1280x800.png and /dev/null differ diff --git a/projects/grub/configs/background/logo.svg b/projects/grub/configs/background/logo.svg deleted file mode 100644 index 62147c1d..00000000 --- a/projects/grub/configs/background/logo.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/projects/grub/install/corebootfb/background/COPYING b/projects/grub/install/corebootfb/background/COPYING new file mode 100644 index 00000000..9467677a --- /dev/null +++ b/projects/grub/install/corebootfb/background/COPYING @@ -0,0 +1,3 @@ +These images are based on http://libreboot.org/logo/logo.svg +which is Copyright 2014 Marcus Moeller and released under CC-0 +https://creativecommons.org/publicdomain/zero/1.0/legalcode diff --git a/projects/grub/install/corebootfb/background/background1024x768.png b/projects/grub/install/corebootfb/background/background1024x768.png new file mode 100644 index 00000000..2689d5d8 Binary files /dev/null and b/projects/grub/install/corebootfb/background/background1024x768.png differ diff --git a/projects/grub/install/corebootfb/background/background1280x800.png b/projects/grub/install/corebootfb/background/background1280x800.png new file mode 100644 index 00000000..0570c879 Binary files /dev/null and b/projects/grub/install/corebootfb/background/background1280x800.png differ diff --git a/projects/grub/install/corebootfb/background/logo.svg b/projects/grub/install/corebootfb/background/logo.svg new file mode 100644 index 00000000..62147c1d --- /dev/null +++ b/projects/grub/install/corebootfb/background/logo.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + -- cgit v1.2.3-70-g09d2