* grub-core/commands/efi/lsefisystab.c: Correct header.
* grub-core/commands/efi/lssal.c: Likewise. * grub-core/commands/testload.c: Likewise.
This commit is contained in:
parent
c982589f0c
commit
6d3d698d13
4 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2010-09-20 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* grub-core/commands/efi/lsefisystab.c: Correct header.
|
||||||
|
* grub-core/commands/efi/lssal.c: Likewise.
|
||||||
|
* grub-core/commands/testload.c: Likewise.
|
||||||
|
|
||||||
2010-09-20 Colin Watson <cjwatson@ubuntu.com>
|
2010-09-20 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* util/grub-mkrescue.in: Add explicit root argument to --set to
|
* util/grub-mkrescue.in: Add explicit root argument to --set to
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* systab.c - Display EFI systab. */
|
/* lsefisystab.c - Display EFI systab. */
|
||||||
/*
|
/*
|
||||||
* GRUB -- GRand Unified Bootloader
|
* GRUB -- GRand Unified Bootloader
|
||||||
* Copyright (C) 2008 Free Software Foundation, Inc.
|
* Copyright (C) 2008 Free Software Foundation, Inc.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* systab.c - Display EFI systab. */
|
/* lssal.c - Display EFI SAL systab. */
|
||||||
/*
|
/*
|
||||||
* GRUB -- GRand Unified Bootloader
|
* GRUB -- GRand Unified Bootloader
|
||||||
* Copyright (C) 2008 Free Software Foundation, Inc.
|
* Copyright (C) 2008 Free Software Foundation, Inc.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* minicmd.c - commands for the rescue mode */
|
/* testload.c - load the same file in multiple ways */
|
||||||
/*
|
/*
|
||||||
* GRUB -- GRand Unified Bootloader
|
* GRUB -- GRand Unified Bootloader
|
||||||
* Copyright (C) 2003,2005,2006,2007,2009,2010 Free Software Foundation, Inc.
|
* Copyright (C) 2003,2005,2006,2007,2009,2010 Free Software Foundation, Inc.
|
||||||
|
|
Loading…
Reference in a new issue