commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grub2 ChangeLog commands/search.c fs/ext2.c inc...


From: Robert Millan
Subject: grub2 ChangeLog commands/search.c fs/ext2.c inc...
Date: Fri, 30 May 2008 11:04:08 +0000

CVSROOT:        /sources/grub
Module name:    grub2
Changes by:     Robert Millan <robertmh>        08/05/30 11:04:08

Modified files:
        .              : ChangeLog 
        commands       : search.c 
        fs             : ext2.c 
        include/grub   : fs.h 
        util           : grub-probe.c update-grub.in 
        util/grub.d    : 00_header.in 10_hurd.in 10_linux.in 

Log message:
        2008-05-30  Robert Millan  <address@hidden>
        
                * commands/search.c (options): Add --fs_uuid option.
                (search_fs_uuid): New function.
                (grub_cmd_search): Fix --set argument passing.
                Use search_fs_uuid() when requested via --fs_uuid.
                (grub_search_init): Update help message.
                * fs/ext2.c (struct grub_ext2_sblock): Rename `unique_id' to 
`uuid'
                and redeclare it as an array of 16-bit words.
                (grub_ext2_uuid): New function.
                (grub_ext2_fs): Reference grub_ext2_uuid() in `uuid' struct 
member.
                * include/grub/fs.h (struct grub_fs): Add `uuid' struct member.
                * util/update-grub.in (GRUB_DEVICE_UUID, GRUB_DEVICE_BOOT)
                (GRUB_DEVICE_BOOT_UUID): New variables.
                (GRUB_DRIVE. GRUB_DRIVE_BOOT. GRUB_DRIVE_BOOT_GRUB): Remove.
                * util/grub.d/00_header.in: Set root using `search --fs_uuid' 
command
                whenever possible.
                * util/grub.d/10_hurd.in: Avoid explicit use of root drive.  
Instead,
                just assume `root' variable has the right value.
                * util/grub.d/10_linux.in: Likewise.
                * util/grub-probe.c (probe): Probe for filesystem UUID when 
requested
                via PRINT_FS_UUID.
                (main): Recognise `-t fs_uuid' argument.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/ChangeLog?cvsroot=grub&r1=1.678&r2=1.679
http://cvs.savannah.gnu.org/viewcvs/grub2/commands/search.c?cvsroot=grub&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/grub2/fs/ext2.c?cvsroot=grub&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/grub2/include/grub/fs.h?cvsroot=grub&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/grub2/util/grub-probe.c?cvsroot=grub&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/grub2/util/update-grub.in?cvsroot=grub&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/grub2/util/grub.d/00_header.in?cvsroot=grub&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/grub2/util/grub.d/10_hurd.in?cvsroot=grub&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/grub2/util/grub.d/10_linux.in?cvsroot=grub&r1=1.10&r2=1.11




reply via email to

[Prev in Thread] Current Thread [Next in Thread]