Colin Watson
d88e805584
releasing version 1.99~rc1-3
2011-02-16 14:55:45 +00:00
Colin Watson
28c4b981d9
* Update ntldr-img from grub-extras:
...
- Install g2hdr.bin and g2ldr.mbr (closes : #613245 ).
2011-02-14 14:45:38 +00:00
Vladimir 'phcoder' Serbinenko
028501a0e0
Workaround yet another IEEE1275 bug.
...
* include/grub/ieee1275/ieee1275.h (grub_ieee1275_flag): New enum value
GRUB_IEEE1275_FLAG_BROKEN_ADDRESS_CELLS.
* grub-core/kern/ieee1275/mmap.c (grub_machine_mmap_iterate): Ignore
adress_cells and size:cells if GRUB_IEEE1275_FLAG_BROKEN_ADDRESS_CELLS
is set.
* grub-core/kern/ieee1275/cmain.c (grub_ieee1275_find_options): Set
GRUB_IEEE1275_FLAG_BROKEN_ADDRESS_CELLS on powermacs.
2011-02-12 10:22:55 +03:00
Vladimir 'phcoder' Serbinenko
d998657dcf
* grub-core/partmap/msdos.c (pc_partition_map_embed): Fix off by one
...
error.
2011-02-12 09:59:04 +03:00
Colin Watson
fee7cdd4e1
* util/grub.d/20_linux_xen.in: Bail out early if linux_list is
...
empty, since in that case we can only generate either nothing or a
syntactically invalid configuration file.
Reported by: Michal Suchanek. Fixes Debian bug #612898 .
2011-02-11 13:00:54 +00:00
Colin Watson
7bbc3aaab0
Adjust /etc/default/grub for rename of GRUB_DISABLE_LINUX_RECOVERY to
...
GRUB_DISABLE_RECOVERY (closes : #612777 ).
2011-02-10 17:17:07 +00:00
Colin Watson
77574e811a
Tolerate camcontrol failing to read capacity of IDE devices, until such
...
time as we know how to do this properly (see #612128 ).
2011-02-09 13:29:08 +00:00
Colin Watson
769cd48fa4
We need at least freebsd-utils (>= 8.0-4) on kFreeBSD architectures for
...
camcontrol, so depend on it.
2011-02-09 13:04:05 +00:00
Colin Watson
b4f8124d6a
Refer to the info documentation at the top of /etc/default/grub (closes:
...
#612538 ).
2011-02-09 12:56:55 +00:00
Colin Watson
97286eb547
* docs/grub.texi (Kernel): Add reference to grub-mkrescue.
...
(Making a GRUB bootable CD-ROM): Likewise.
(Invoking grub-mkrescue): New section.
Reported by: Yann Dirson. Fixes Debian bug #612585 .
2011-02-09 12:14:10 +00:00
Colin Watson
22b28eb3fe
* util/grub-install.in: Remove unnecessary brackets from tr
...
arguments.
* util/grub.d/10_hurd.in: Likewise.
* util/grub.d/10_kfreebsd.in: Likewise.
* util/grub.d/10_linux.in: Likewise.
* util/grub.d/20_linux_xen.in: Likewise.
Reported by: Jamie Heilman. Fixes Debian bug #612564 .
2011-02-09 11:23:11 +00:00
Colin Watson
16358887cb
Suppress output from debconf-communicate in upgrade-from-grub-legacy.
2011-02-09 04:09:30 +00:00
Colin Watson
2f1bb90be1
Build for ppc64 (except for grub-emu, which doesn't build cleanly yet).
2011-02-09 01:08:18 +00:00
Colin Watson
7e735e4349
* include/grub/file.h (not_easly_seekable): Rename to ...
...
(not_easily_seekable): ... this. Update all users.
2011-02-08 13:21:13 +00:00
Colin Watson
5d6ff50b3e
releasing version 1.99~rc1-2
2011-02-08 12:15:57 +00:00
Colin Watson
e71fe2e601
Upload to unstable.
2011-02-08 11:19:56 +00:00
Colin Watson
5870a4a06f
typo
2011-02-04 16:35:07 +00:00
Colin Watson
266a01be26
Add rootflags=subvol=<name> if / is on a btrfs subvolume (LP: #712029 ).
2011-02-04 14:29:21 +00:00
Colin Watson
458bc629c4
Handle empty dir passed to grub_find_root_device_from_mountinfo; fixes
...
grub-mkrelpath on btrfs subvolumes (LP: #712029 ).
2011-02-04 13:38:15 +00:00
Colin Watson
8c2c4ff2f5
Handle empty dir passed to grub_find_root_device_from_mountinfo; fixes grub-mkrelpath on btrfs subvolumes.
2011-02-04 13:33:16 +00:00
Colin Watson
800f188183
* docs/grub.texi (Making a GRUB bootable CD-ROM): Update to describe
...
grub-mkrescue.
2011-01-28 17:01:28 +00:00
Vladimir 'phcoder' Serbinenko
3281d3d6d4
* util/grub-mkimage.c (generate_image): Refuse to create the images
...
bigger than the actual flash (512K) in Loongson machines. 512K is also
the biggest chip supported by them.
2011-01-24 02:44:27 +01:00
Vladimir 'phcoder' Serbinenko
3533413cd5
* grub-core/kern/emu/getroot.c: Include config-util.h explicitly.
2011-01-22 15:37:05 +01:00
Vladimir 'phcoder' Serbinenko
73ae4f4ff5
Add missing ChangeLog entry
2011-01-22 15:30:48 +01:00
Anthony DeRobertis
5d4c5f8914
* grub-core/disk/mdraid1x_linux.c (grub_mdraid_detect): Check
...
super_offset field.
2011-01-22 15:20:08 +01:00
Vladimir 'phcoder' Serbinenko
37f4f60828
* util/grub-install.in: Ignore install device on platforms
...
where it doesn't make sense. Always use UUIDs except on pc, efi and
sparc64.
Reported by: Daniel Kahn Gillmor.
2011-01-22 15:10:29 +01:00
Vladimir 'phcoder' Serbinenko
03a4ccb513
* grub-core/bus/bonito.c (write_bases): Fix direction of the shift.
2011-01-22 14:26:18 +01:00
Vladimir 'phcoder' Serbinenko
ffc8f4d8bc
* grub-core/partmap/bsdlabel.c: Include grub/emu/misc.h and not grub/util/misc.h.
...
(iterate_real): Don't rely on partition being non-NULL.
2011-01-22 14:15:17 +01:00
Vladimir 'phcoder' Serbinenko
80f23be71f
* grub-core/script/argv.c (round_up_exp): unsigned is 32-bit on all
...
supported platforms. Put a compile time assert for this rather than
generate a warning with 32-bit shift.
2011-01-22 14:11:19 +01:00
Vladimir 'phcoder' Serbinenko
5d4f4dd51b
* grub-core/disk/scsi.c (grub_scsi_read): Fix binary and check and make
...
logical expression more readable.
2011-01-22 13:22:46 +01:00
Vladimir 'phcoder' Serbinenko
e489601ad0
* grub-core/disk/raid.c (insert_array): Ensure uniqueness of p->number
...
even if some elements have a name.
Reported by: Alexander GQ Gerasiov.
2011-01-22 13:18:05 +01:00
Colin Watson
57f90716d6
mkconfig_skip_dmcrypt.patch: Refer to GRUB_PRELOAD_MODULES rather than
...
suggesting people write a /etc/grub.d/01_modules script (thanks, Jordan
Uggla).
2011-01-22 01:39:35 +00:00
Colin Watson
96e0a6ea97
* util/grub-mkconfig_lib.in (is_path_readable_by_grub): Consider a
...
path unreadable if `grub-probe -t abstraction' fails, for example if
memberlist fails on an LVM volume group.
Reported by: Darius Jahandarie.
2011-01-22 01:26:49 +00:00
Colin Watson
81431e2b02
* docs/grub.texi (Simple configuration): Document
...
GRUB_PRELOAD_MODULES.
2011-01-22 01:11:56 +00:00
Colin Watson
5688af8150
* Merge 1.98+20100804-13 and 1.98+20100804-14, updating translations:
...
- Kazakh (Baurzhan Muftakhidinov / Timur Birsh).
2011-01-18 11:46:12 +00:00
Colin Watson
6ea32517a7
releasing version 1.98+20100804-14
2011-01-18 10:55:00 +00:00
Colin Watson
f2ae58c6de
releasing version 1.99~rc1-1
2011-01-17 15:51:20 +00:00
Colin Watson
db96e05374
* 05_debian_theme:
...
- If we find a background image and no colours were specified, use
upstream defaults for color_normal and color_highlight rather than
setting color_normal to black/black.
- Don't try the other alternatives when $GRUB_BACKGROUND is set; you can
now add GRUB_BACKGROUND= to /etc/default/grub to force no background
image (closes : #608263 ).
2011-01-17 13:42:47 +00:00
Colin Watson
26aeb6ba8f
copy-edit
2011-01-17 13:29:58 +00:00
Colin Watson
5e06ce01d2
debconf-updatepo
2011-01-17 13:27:44 +00:00
Colin Watson
729819328c
* 05_debian_theme:
...
- If we find a background image and no colours were specified, use
upstream defaults for color_normal and color_highlight rather than
setting color_normal to black/black.
- Make the code more readable by replacing code for handling
alternatives.
- Make the code for searching for pictures in /boot/grub more readable
and robust (for example against newlines in the filename).
- Don't try the other alternatives when $GRUB_BACKGROUND is set; you can
now add GRUB_BACKGROUND= to /etc/default/grub to force no background
image (closes : #608263 ).
2011-01-17 13:26:31 +00:00
Colin Watson
5e79d66a54
* .bzrignore: Remove nonexistent grub-pbkdf2.
2011-01-17 12:48:07 +00:00
Colin Watson
0bfd2bb944
refresh
2011-01-17 12:45:22 +00:00
Colin Watson
a21983f718
If 05_debian_theme finds a background image and no colours were
...
specified, then leave color_normal and color_highlight set to the
upstream default; previously we set the former to black text on a black
background, which was not very useful.
2011-01-17 12:29:40 +00:00
Colin Watson
8da4b6e32c
New upstream release candidate.
2011-01-17 11:03:07 +00:00
Vladimir 'phcoder' Serbinenko
646ada34d1
* configure.ac: Bump version to 1.99~rc1.
2011-01-16 12:54:03 +01:00
Vladimir 'phcoder' Serbinenko
043603376e
* util/grub-mkimage.c (generate_image): Check fwstart.img checksum
...
for safety.
2011-01-15 21:58:21 +01:00
Vladimir 'phcoder' Serbinenko
46c9db88cd
* grub-core/kern/mips/yeeloong/init.c (grub_machine_init): Init boot
...
module.
2011-01-14 19:23:34 +01:00
Vladimir 'phcoder' Serbinenko
1d955d0098
* grub-core/Makefile.core.def (fwstart): Add lost LDFLAGS.
2011-01-14 19:21:06 +01:00
Vladimir 'phcoder' Serbinenko
4fbf185232
* grub-core/fs/zfs/zfsinfo.c (grub_cmd_zfs_bootfs): Quote bootpath and
...
diskdevid.
2011-01-13 22:25:56 +01:00