Print this page
6326 Eliminate unused filesystems from GRUB's stage 2 to bring back free memory

Split Close
Expand all
Collapse all
          --- old/usr/src/grub/capability
          +++ new/usr/src/grub/capability
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  # Copyright 2013 Saso Kiselkov.  All rights reserved.
  24   24  #
  25   25  # This file defines the current capabilities of GRUB over and above that
  26   26  # supported by the standard distribution
  27   27  #
  28   28  # The version field contains the version of the associated GRUB software.  The
  29   29  # version is incremented by 1 each time there is a bugfix or enhancement to
  30   30  # GRUB necessitating that the boot blocks be reinstalled for that fix or
  31   31  # enhancement to take effect.
  32   32  #
  33      -VERSION=26
       33 +VERSION=27
  34   34  dboot
  35   35  xVM
  36   36  zfs
  37   37  findroot
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX