From 5eae317511a2594c39f5be8aede601dcb30b3c06 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Sat, 12 May 2012 14:15:45 +0200 Subject: [PATCH] * grub-core/kern/emu/hostdisk.c (read_device_map): Improve TRANSLATORS comment. --- ChangeLog | 5 +++++ grub-core/kern/emu/hostdisk.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 78e7218e9..c451e128a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-05-12 Vladimir Serbinenko + + * grub-core/kern/emu/hostdisk.c (read_device_map): Improve TRANSLATORS + comment. + 2012-05-12 Vladimir Serbinenko Fix handling of UDF symlinks. diff --git a/grub-core/kern/emu/hostdisk.c b/grub-core/kern/emu/hostdisk.c index bc41551a8..89dcd1daa 100644 --- a/grub-core/kern/emu/hostdisk.c +++ b/grub-core/kern/emu/hostdisk.c @@ -1274,7 +1274,9 @@ read_device_map (const char *dev_map) { *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 entries like (hd0,1) /dev/sda1 which would mean that every partition is a separate disk for BIOS. Such entries were