From 1f99c6988968cfa930a0dde5e90a24bd56578f18 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 07 Feb 2015 10:45:46 -0500 Subject: buildrom-withgrub: Put background.jpg in CBFS, not GRUB memdisk The background.jpg was put in CBFS originally to save space inside CBFS because the GRUB payload is LZMA compressed by coreboot. The actual measured saving in space for background.jpg being in the memdisk was about 4KiB. Putting it in CBFS means that the user can easily change their background image if they want to. --- (limited to 'resources/utilities') diff --git a/resources/utilities/grub-assemble/gen.sh b/resources/utilities/grub-assemble/gen.sh index b784366..b4ae7ad 100755 --- a/resources/utilities/grub-assemble/gen.sh +++ b/resources/utilities/grub-assemble/gen.sh @@ -31,7 +31,6 @@ then --modules="$grub_modules" \ --install-modules="$grub_install_modules" \ /boot/grub/grub.cfg="../../../resources/grub/config/grub_memdisk.cfg" \ - /background.jpg="../../../resources/grub/background/background.jpg" \ /dejavusansmono.pf2="../../../resources/grub/font/dejavusansmono.pf2" \ $(./grub_memdisk_keymap) elif [ "$1" = "txtmode" ] -- cgit v0.9.1