[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2] Display the path of the file when file is not found
From: |
Yves Blusseau |
Subject: |
[PATCH 2] Display the path of the file when file is not found |
Date: |
Sun, 26 Jun 2011 16:34:15 +0200 |
User-agent: |
StGit/0.15 |
* grub-core/fs/fat.c: Display the filename when file is not found.
* grub-core/fs/fshelp.c: Likewise.
* grub-core/fs/hfs.c: Likewise.
* grub-core/fs/jfs.c: Likewise.
* grub-core/fs/minix.c: Likewise.
* grub-core/fs/ufs.c: Likewise.
* grub-core/fs/btrfs.c: Likewise.
* grub-core/commands/i386/pc/play.c: Likewise.
---
ChangeLog.filename-file-not-found | 10 ++++++++++
grub-core/commands/i386/pc/play.c | 4 ++--
grub-core/fs/btrfs.c | 32 ++++++++++++++++++++++++++++----
grub-core/fs/fat.c | 11 +++++++++--
grub-core/fs/fshelp.c | 2 +-
grub-core/fs/hfs.c | 2 +-
grub-core/fs/jfs.c | 2 +-
grub-core/fs/minix.c | 2 +-
grub-core/fs/ufs.c | 2 +-
9 files changed, 54 insertions(+), 13 deletions(-)
create mode 100644 ChangeLog.filename-file-not-found
Display-the-path-of-the-file-when-file-is-not-found.patch
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 2] Display the path of the file when file is not found,
Yves Blusseau <=