~ubuntu-branches/ubuntu/wily/grub2/wily

« back to all changes in this revision

Viewing changes to docs/grub.texi

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-01-11 17:11:44 UTC
  • mfrom: (1.15.12 upstream)
  • mto: This revision was merged to the branch mainline in revision 60.
  • Revision ID: james.westby@ubuntu.com-20110111171144-c4c3hc0jslqa1bxe
Tags: 1.99~20110111-1
* New Bazaar snapshot.
  - Don't check amount of low memory, as reportedly INT 12h can be broken
    and if low memory is too low we wouldn't have gotten into
    grub_machine_init anyway (closes: #588293, LP: #513528).
  - Submenu default support (LP: #691878).
  - Fix optimisation-dependent grub-mklayout crash (closes: #609584).
* branch_butter.patch: Don't free an uninitialised pointer if /proc is
  unmounted (LP: #697493).
* Add a po/LINGUAS file listing the translations we've synced from the TP
  (closes: #609671).

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
@dfn{BSD UFS/UFS2}, and @dfn{XFS}. @xref{Filesystem}, for more information.
347
347
 
348
348
@item Support automatic decompression
349
 
Can decompress files which were compressed by @command{gzip}. This
350
 
function is both automatic and transparent to the user (i.e. all
351
 
functions operate upon the uncompressed contents of the specified
 
349
Can decompress files which were compressed by @command{gzip} or
 
350
@command{xz}@footnote{Only CRC32 data integrity check is supported (xz default
 
351
is CRC64 so one should use --check=crc32 option). LZMA BCJ filters are
 
352
supported.}. This function is both automatic and transparent to the user
 
353
(i.e. all functions operate upon the uncompressed contents of the specified
352
354
files). This greatly reduces a file size and loading time, a
353
355
particularly great benefit for floppies.@footnote{There are a few
354
356
pathological cases where loading a very badly organized ELF kernel might