* .bzrignore: Add *.1, *.8, grub-shell, grub-shell-tester,
libgrub_a_init.c, and util/bash-completion.d/grub.
This commit is contained in:
parent
cb731b5e81
commit
be458ae264
2 changed files with 11 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
30_os-prober
|
30_os-prober
|
||||||
40_custom
|
40_custom
|
||||||
41_custom
|
41_custom
|
||||||
|
*.1
|
||||||
|
*.8
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
ascii.bitmaps
|
ascii.bitmaps
|
||||||
ascii.h
|
ascii.h
|
||||||
|
@ -57,11 +59,14 @@ grub-set-default
|
||||||
grub-setup
|
grub-setup
|
||||||
grub_setup_init.c
|
grub_setup_init.c
|
||||||
grub_setup_init.h
|
grub_setup_init.h
|
||||||
|
grub-shell
|
||||||
|
grub-shell-tester
|
||||||
*.img
|
*.img
|
||||||
include/grub/cpu
|
include/grub/cpu
|
||||||
include/grub/machine
|
include/grub/machine
|
||||||
install-sh
|
install-sh
|
||||||
lib/libgcrypt-grub
|
lib/libgcrypt-grub
|
||||||
|
libgrub_a_init.c
|
||||||
*.lst
|
*.lst
|
||||||
Makefile
|
Makefile
|
||||||
*.mod
|
*.mod
|
||||||
|
@ -98,3 +103,4 @@ grub-core/Makefile.gcry.am
|
||||||
grub-core/Makefile.gcry.def
|
grub-core/Makefile.gcry.def
|
||||||
grub-core/*.module
|
grub-core/*.module
|
||||||
grub-core/*.pp
|
grub-core/*.pp
|
||||||
|
util/bash-completion.d/grub
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-16 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* .bzrignore: Add *.1, *.8, grub-shell, grub-shell-tester,
|
||||||
|
libgrub_a_init.c, and util/bash-completion.d/grub.
|
||||||
|
|
||||||
2010-09-15 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-09-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/grub-setup.c (setup): Fix incorrect container semantics.
|
* util/grub-setup.c (setup): Fix incorrect container semantics.
|
||||||
|
|
Loading…
Reference in a new issue