* grub-core/kern/emu/hostdisk.c (read_device_map): Improve TRANSLATORS
comment.
This commit is contained in:
parent
c1ad82db74
commit
5eae317511
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2012-05-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/kern/emu/hostdisk.c (read_device_map): Improve TRANSLATORS
|
||||||
|
comment.
|
||||||
|
|
||||||
2012-05-12 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-05-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Fix handling of UDF symlinks.
|
Fix handling of UDF symlinks.
|
||||||
|
|
|
@ -1274,7 +1274,9 @@ read_device_map (const char *dev_map)
|
||||||
{
|
{
|
||||||
*p = 0;
|
*p = 0;
|
||||||
|
|
||||||
/* TRANSLATORS: device.map is a file indicating which
|
/* TRANSLATORS: Only one entry is ignored. However the suggestion
|
||||||
|
is to correct/delete the whole file.
|
||||||
|
device.map is a file indicating which
|
||||||
devices are available at boot time. Fedora populated it with
|
devices are available at boot time. Fedora populated it with
|
||||||
entries like (hd0,1) /dev/sda1 which would mean that every
|
entries like (hd0,1) /dev/sda1 which would mean that every
|
||||||
partition is a separate disk for BIOS. Such entries were
|
partition is a separate disk for BIOS. Such entries were
|
||||||
|
|
Loading…
Reference in a new issue