diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-07 13:24:12 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-07 13:24:12 (EST) |
commit | ef82c19ad00e753d7f171706d534c833fb258a9f (patch) | |
tree | 6549502bfd24ffa524a85e62bd9eb3f12a434920 | |
parent | 6e8fa443ea6faa1fe575115fbca880397325daf5 (diff) | |
download | libreboot-ef82c19ad00e753d7f171706d534c833fb258a9f.zip libreboot-ef82c19ad00e753d7f171706d534c833fb258a9f.tar.gz libreboot-ef82c19ad00e753d7f171706d534c833fb258a9f.tar.bz2 |
build-release: include grub-background script in libreboot_bin
-rwxr-xr-x | build-release | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-release b/build-release index cb39021..43d2a65 100755 --- a/build-release +++ b/build-release @@ -342,6 +342,9 @@ cp macbook21_firstflash libreboot_bin/ # ich9macchange script (change MAC address on X200 ROMs, using ich9gen) cp ich9macchange libreboot_bin/ +# for changing the GRUB background +cp grub-background libreboot_bin/ + # ### Create the release tarballs # ---------------------------------------------------------------------------------------------------------------------------- |