Commit Graph

6737 Commits

Author SHA1 Message Date
Robert Millan
cfd7c6ff4f Upload to unstable 2010-11-30 17:11:33 +01:00
Robert Millan
ea7faf6ac2 fix message_refresh.patch 2010-11-30 16:26:25 +01:00
Robert Millan
c5c9cd3e7d Add missing include 2010-11-30 16:23:41 +01:00
Robert Millan
3339d8b206 mv ca-l10n.patch ca_l10n.patch 2010-11-30 16:08:18 +01:00
Robert Millan
a16954bdc6 - message_refresh.patch: Make error messages visible again. (Closes: #605485) 2010-11-30 15:47:05 +01:00
Robert Millan
8c317b270f 2010-11-30 Robert Millan <rmh@gnu.org>
* grub-core/commands/echo.c (grub_cmd_echo): Call grub_refresh()
	after printing a message.
2010-11-30 15:36:47 +01:00
Vladimir 'phcoder' Serbinenko
49d3ab4668 Avoid using tricks for initialising endian variables.
* grub-core/partmap/gpt.c (grub_gpt_partition_type_bios_boot):
	Make const.
	(GRUB_MOD_INIT): Don't byte-swap.
	* include/grub/gpt_partition.h (GRUB_GPT_PARTITION_TYPE_BIOS_BOOT):
	Use grub_cpu_to_le16_compile_time and grub_cpu_to_le32_compile_time.
	* include/grub/types.h (grub_swap_bytes16_compile_time): New macro.
	(grub_swap_bytes32_compile_time): Likewise.
	(grub_cpu_to_le32_compile_time): Likewise.
	(grub_cpu_to_le16_compile_time): Likewise.
2010-11-26 22:29:19 +01:00
Vladimir 'phcoder' Serbinenko
f420a80458 * util/grub-setup.c (setup): Stop recommending --force. People who
understand the dangers of blocklists are able to find this option
	anyway and the ones who don't shouldn't use it anyway.
2010-11-26 22:03:16 +01:00
Robert Millan
4e7db17be9 2010-11-26 Robert Millan <rmh@gnu.org>
* grub-core/term/i386/pc/vga_text.c (VGA_TEXT_SCREEN): Beautify.
	Update all users.
2010-11-26 15:35:40 +01:00
Colin Watson
7a0018b22c releasing version 1.99~20101126-1 2010-11-26 14:31:24 +00:00
Colin Watson
c54ea3a641 New Bazaar snapshot (mipsel build fix, LVM-on-RAID probing fix). 2010-11-26 12:57:41 +00:00
Colin Watson
9be57a0dad Fix LVM-on-RAID probing.
* util/grub-probe.c (probe): Remember which disk was detected as
RAID (perhaps an LVM physical volume).  Use that disk's raidname
rather than that of the top-level disk.
2010-11-26 12:26:37 +00:00
Colin Watson
b989599c85 Fix comma-separation in handling of grub-pc/install_devices. 2010-11-26 12:23:24 +00:00
BVK Chaitanya
70b405d8f0 Fix cmdline argument quotes for setparams command of menuentry
definitions.

	* grub-core/commands/menuentry.c (setparams_prefix): Use single
	quotes for arguments.
	* grub-core/lib/legacy_parse.c (grub_legacy_escape): Use
	grub_strchrsub function instead.

	* include/grub/misc.h (grub_strchrsub): New function.
2010-11-25 19:59:10 +05:30
BVK Chaitanya
2c7859b36f merge with mainline 2010-11-25 19:54:50 +05:30
BVK Chaitanya
dfda224dd8 variable ordering 2010-11-25 19:07:02 +05:30
BVK Chaitanya
7955bea0d8 fix changelog and doc 2010-11-25 19:05:16 +05:30
BVK Chaitanya
5b08062083 replaced with grub_strchrsub function 2010-11-25 18:56:20 +05:30
BVK Chaitanya
d7647bb670 better changelog message 2010-11-25 18:25:26 +05:30
Colin Watson
74f72a6415 * util/deviceiter.c (grub_util_iterate_devices): Save a bit of
effort by skipping "." and ".." entries up-front.
Suggested by: Michael Lazarev.
2010-11-24 19:43:32 +00:00
Colin Watson
5a4072785b * grub-core/Makefile.core.def (xz_decompress): Move -lgcc from
ldflags to ldadd, to fix link line ordering.
(none_decompress): Likewise.
2010-11-24 19:32:49 +00:00
Colin Watson
a4599161f9 releasing version 1.99~20101124-1 2010-11-24 12:41:24 +00:00
Colin Watson
7f331a58aa New Bazaar snapshot (command priorities, build fixes, grub-mkdevicemap
segfault).
2010-11-24 12:09:52 +00:00
Colin Watson
3030d8ec49 * grub-core/Makefile.core.def (kernel): Add kern/emu/cache.S for emu
platforms.
(grub-emu-lite): Remove kern/emu/cache.S.
2010-11-24 12:07:14 +00:00
Colin Watson
b7fbac1214 * util/deviceiter.c (compare_devices): If the by-id link for a
device couldn't be resolved, fall back to sorting by the by-id link
rather than segfaulting.
Reported and tested by: Daniel Mierswa.
2010-11-23 17:42:06 +00:00
Colin Watson
5225f32882 * Makefile.util.def (grub-menulst2cfg): List libraries in ldadd, not
ldflags, to fix link line ordering.
2010-11-23 15:56:18 +00:00
Colin Watson
4485b50f52 Don't try to build grub-efi-amd64 on kfreebsd-i386 or hurd-i386
(requires gcc-4.4-multilib).
2010-11-23 14:15:45 +00:00
Colin Watson
038b3ce8dc * grub-core/Makefile.am (gentrigtables): Put -lm after $<; some
linkers are picky about this.
2010-11-23 13:00:05 +00:00
Colin Watson
bf16e98e3c * grub-core/Makefile.am (command.lst): Adjust sed expression
ordering so that extended and priority commands aren't treated as
ordinary commands.
2010-11-23 12:52:40 +00:00
Colin Watson
981ba13d68 releasing version 1.99~20101123-1 2010-11-23 11:36:31 +00:00
Colin Watson
eba04e6436 New Bazaar snapshot (build fixes). 2010-11-23 10:50:27 +00:00
Colin Watson
7242bab6a4 * include/grub/gpt_partition.h (GRUB_GPT_PARTITION_TYPE_BIOS_BOOT):
Remove byte-swapping function calls, which are not valid in
structure initialisers.
* grub-core/partmap/gpt.c (grub_gpt_partition_type_bios_boot): Make
non-const.
(GRUB_MOD_INIT): Byte-swap data1, data2, and data3 fields of
grub_gpt_partition_type_bios_boot.
2010-11-23 10:48:46 +00:00
Colin Watson
32c45a3bfd Re-expand a couple of dpkg architecture wildcards to exclude certain
special cases: gcc-4.4-multilib is not available on kfreebsd-i386 or
hurd-i386, and qemu-system is not available on hurd-i386.
2010-11-23 10:32:29 +00:00
Colin Watson
18a2a24a43 slightly more accurate changelog (qemu-utils, not qemu-img) 2010-11-23 10:27:07 +00:00
Colin Watson
74eb20a6d7 Upgrade the installed core image when upgrading grub-efi-ia32 or
grub-efi-amd64, although only if /boot/efi/EFI/<id> (where <id> is an
identifier based on GRUB_DISTRIBUTOR, e.g. 'debian') already exists.
2010-11-23 10:10:56 +00:00
Colin Watson
d0cde16d4c Make grub-efi-ia32 and grub-efi-amd64 depend on efibootmgr so that
grub-install works properly.
2010-11-22 23:19:32 +00:00
Colin Watson
14e8b279e9 Fix test program build on GNU/kFreeBSD.
* Makefile.util.def (example_unit_test): Add `$(LIBZFS)
$(LIBNVPAIR)' library dependencies.
2010-11-22 18:22:50 +00:00
Colin Watson
e6f63338f7 usual e-mail address 2010-11-22 18:22:00 +00:00
Colin Watson
ca9a0b3f4d qemu_img_exists.patch: Skip partmap test if qemu-img doesn't exist (as
is the case on the Hurd).
2010-11-22 15:48:13 +00:00
Colin Watson
352f020c74 Build-depend on qemu-img and parted on non-Hurd architectures. 2010-11-22 15:45:02 +00:00
Colin Watson
03df09c7c8 * util/grub-install.in: Fix parsing of --grub-mkrelpath= option. 2010-11-22 13:57:16 +00:00
Colin Watson
8ae3d87b09 releasing version 1.99~20101122-1 2010-11-22 13:26:03 +00:00
Colin Watson
a22dab646b merge from upstream 2010-11-22 12:24:28 +00:00
Colin Watson
cf8ffc3825 * util/grub-install.in: Remove excessive quoting that broke
installations to RAID devices.
2010-11-22 12:20:57 +00:00
Colin Watson
3245d08a4d merge from squeeze branch 2010-11-22 10:16:53 +00:00
Colin Watson
badcbed8cb Dzongkha (dawa pemo via Tenzin Dendup). Closes: #604102 2010-11-22 10:12:50 +00:00
Colin Watson
5020d650e1 Slovenian (Vanja Cvelbar). Closes: #604003 2010-11-22 10:10:42 +00:00
Colin Watson
895a47f5ef merge from upstream 2010-11-22 10:02:03 +00:00
Colin Watson
ce2de58953 only ship grub-mknetdir in platform packages, not grub-common 2010-11-22 09:57:59 +00:00
Jordi Mallach
1703c9e8a4 Update Catalan translation with latest file from the Translation Project. 2010-11-21 17:57:40 +01:00