grub2/0021-.bzrignore-Add-grub-bios-setup-grub-ofpathname-and.patch
Peter Jones f74b50e380 Rebase to upstream, fix a pile of bugs. The usual.
Signed-off-by: Peter Jones <pjones@redhat.com>
2013-06-12 15:37:08 -04:00

56 lines
1.2 KiB
Diff

From 96aea00a1794415ecc4f01d3e05569927df19420 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@ubuntu.com>
Date: Tue, 4 Sep 2012 18:33:33 +0100
Subject: [PATCH 021/482] * .bzrignore: Add grub-bios-setup, grub-ofpathname,
and grub-sparc64-setup.
---
.bzrignore | 3 +++
ChangeLog | 5 +++++
2 files changed, 8 insertions(+)
diff --git a/.bzrignore b/.bzrignore
index 64aa4c9..e05e5d9 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -34,6 +34,7 @@ genkernsyms.sh
gensymlist.sh
gentrigtables
grub-bin2h
+grub-bios-setup
grub_cmd_echo
grub_cmd_regexp
grub-editenv
@@ -49,6 +50,7 @@ grub-macho2img
grub-menulst2cfg
grub-mk*
grub-mount
+grub-ofpathname
grub-pe2elf
grub-probe
grub_probe_init.c
@@ -86,6 +88,7 @@ grub_setup_init.c
grub_setup_init.h
grub-shell
grub-shell-tester
+grub-sparc64-setup
*.img
*.image
include/grub/cpu
diff --git a/ChangeLog b/ChangeLog
index a0a81b1..ed23d17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-04 Colin Watson <cjwatson@ubuntu.com>
+
+ * .bzrignore: Add grub-bios-setup, grub-ofpathname, and
+ grub-sparc64-setup.
+
2012-08-05 Grégoire Sutre <gregoire.sutre@gmail.com>
* configure.ac: Strengthen the test for working -nostdinc -isystem.
--
1.8.2.1