~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to util/grub.d/10_linux.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-15 12:45:35 UTC
  • mto: (1.14.1 upstream) (17.3.18 experimental)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20100615124535-9vfbis4kzv0h5bgy
Tags: upstream-1.98+20100614
ImportĀ upstreamĀ versionĀ 1.98+20100614

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
EOF
98
98
}
99
99
 
100
 
list=`for i in /boot/vmlinu[xz]-* /vmlinu[xz]-* ; do
 
100
list=`for i in /boot/vmlinu[zx]-* /vmlinu[zx]-* ; do
101
101
        if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
102
102
      done`
103
103
prepare_boot_cache=