[Bug 297721] The grub2 settng in kde setting does not allow display of all kernel installed

Konstantinos Smanis konstantinos.smanis at gmail.com
Tue Apr 10 11:00:39 BST 2012


https://bugs.kde.org/show_bug.cgi?id=297721

--- Comment #2 from Konstantinos Smanis <konstantinos.smanis at gmail.com> ---
In order to illustrate my point I quote the snippets that should be commented
out in two different distributions (Kubuntu 11.10 & Gentoo).

For Kubuntu it is:
if [ "$list" ] && ! $in_submenu; then
  echo "submenu \"Previous Linux versions\" {"
  in_submenu=:
fi

For Gentoo it is:
if [ "x$is_first_entry" = xtrue ]; then
  linux_entry "${OS}" "${version}" simple \
  "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}"

  submenu_indentation="\t"

  if [ -z "$boot_device_id" ]; then
      boot_device_id="$(grub_get_device_id "${GRUB_DEVICE}")"
  fi
  # TRANSLATORS: %s is replaced with an OS name
  echo "submenu '$(gettext_printf "Advanced options for %s" "${OS}" |
grub_quote)' \$menuentry_id_option 'gnulinux-advanced-$boot_device_id' {"
fi

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list