Skip to content

Update grub from 2.00 to 2.02 #468

Merged
merged 3 commits into from
Aug 28, 2017
Merged

Update grub from 2.00 to 2.02 #468

merged 3 commits into from
Aug 28, 2017

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    fe6ddbd View commit details
    Browse the repository at this point in the history
  2. Grub: cleanup bee-file

    david committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    99b83d3 View commit details
    Browse the repository at this point in the history
  3. Grub: Update from version 2.00 to 2.02

    fixes for new xfs version
    
    Changelog:
            xfs: fix possible inode corruption in directory scan
            grub_xfs_iterate_dir did not restore first character after inline
            name when match was found. Dependning on XFS format this character
            could be inode number and we could return to the same node later in
            find_file if processing cycled symlinks.
    
            xfs: accept filesystem with meta_uuid
            XFS V5 stores UUID in metadata and compares them with superblock UUID.
            To allow changing of user-visible UUID it stores original value in new
            superblock field (meta_uuid) and sets incompatible flag to indicate that
            new field must be used to verify metadata. Our driver currently does not
            check metadata UUID so simply accept such filesystem.
    david committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    7fc5621 View commit details
    Browse the repository at this point in the history