]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub.d/10_linux.in: Autoload gzio since it's needed on some
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 14 May 2011 20:47:28 +0000 (22:47 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 14 May 2011 20:47:28 +0000 (22:47 +0200)
platforms if kernel is compressed.

ChangeLog
util/grub.d/10_linux.in

index a0efb24e8f405474adad9086b9cd4dea8c269ba8..68a13a72e2c2dbe3a17c0bd885d0470363b89efb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-14  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub.d/10_linux.in: Autoload gzio since it's needed on some
+       platforms if kernel is compressed.
+
 2011-05-14  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/kern/mm.c (grub_memalign): Disable auto-unloadding of
index 3c3a2a5d53ffdbc799a4c48f294a5e47764174b4..1d1eb403f3895223fd2d9c4f0feee8e525ff5b87 100644 (file)
@@ -98,6 +98,10 @@ EOF
 EOF
   fi
 
+  cat << EOF
+       insmod gzio
+EOF
+
   if [ x$dirname = x/ ]; then
     if [ -z "${prepare_root_cache}" ]; then
       prepare_root_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE} | sed -e "s/^/\t/")"