lp:~tormodvolden/ubuntu/karmic/grub2/logendmsg

Created by Tormod Volden and last modified
Get this branch:
bzr branch lp:~tormodvolden/ubuntu/karmic/grub2/logendmsg
Only Tormod Volden can upload to this branch. If you are Tormod Volden please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Tormod Volden
Status:
Merged

Recent revisions

47. By Tormod Volden

better changelog entry

46. By Tormod Volden

do not call log_end_msg if not VERBOSE

45. By Colin Watson

debian/patches/965_failed_boot_menu.diff, debian/grub-common.init,
debian/rules: Show the boot menu if the previous boot failed, that is if
it failed to get to the end of one of the normal runlevels.

44. By Colin Watson

* debian/patches/957_savedefault.diff: Quote the value assigned to
  'default', in case it contains spaces (LP: #431179).
* debian/patches/964_os-prober_errors.diff: Don't throw away errors from
  os-prober; it makes things hard to debug.

43. By Colin Watson

debian/patches/963_linux_no_loopmount.diff: Ignore devices loop-mounted
from files in 10_linux.

42. By Colin Watson

debian/patches/962_os-prober_windows_7.diff: Cope with Windows 7 in
os-prober output.

41. By Colin Watson

* debian/config.in: Fix logic if GRUB_HIDDEN_TIMEOUT is entirely missing
  from /etc/default/grub.
* debian/patches/961_handle_loopback.diff: Change
  prepare_grub_to_access_device to handle filesystems loop-mounted on file
  images.

40. By Colin Watson

* Resynchronise with Debian. Remaining changes:
  + debian/default/grub:
    - Adjust for default Ubuntu boot options.
    - Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
      default items only. These options won't be set in single user mode.
    - Default to hiding the menu; holding down Shift at boot will show it.
  + debian/templates.in:
    - Change default value of grub2/linux_cmdline_default to "quiet
      splash".
  + debian/config.in, debian/postinst.in, debian/grub-pc.templates.in:
    - Migrate timeout settings from menu.lst.
  + debian/grub.d/05_debian_theme:
    - Set a monochromatic theme for Ubuntu.
  + debian/legacy/update-grub:
    - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
      how memtest86+ is displayed.
    - Use UUIDs where appropriate.
  + debian/patches/03_ubuntu_grub_standards:
    - Remove GNU/Linux from default string.
  + debian/patches/10_crashkernel.patch:
    - Add crashkernel= options if kdump and makedumpfile are available.
  + debian/patches/951_quick_boot.diff:
    - If other operating systems are installed, then automatically unhide
      the menu.
    - Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
      available to check whether Shift is pressed. If it is, show the
      menu, otherwise boot immediately. If keystatus is not available,
      then fall back to a short delay interruptible with Escape.
  + debian/patches/952_sleep_shift.diff:
    - Allow Shift to interrupt 'sleep --interruptible'.
  + debian/patches/954_normal_quiet.diff:
    - Don't display introductory message about line editing unless we're
      actually offering a shell prompt. Don't clear the screen just before
      booting if we never drew the menu in the first place.
  + debian/patches/955_really_quiet.diff:
    - Remove some verbose messages printed before reading the
      configuration file.
  + debian/patches/956_linux_quiet.diff:
    - If the environment variable "quiet" is set to something other than
      1, suppress progress messages as the kernel and initrd load. Set
      this for non-recovery kernel menu entries.
  + debian/patches/957_savedefault.diff, debian/rules:
    - Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
      utilities. Provides functionality essentially equivalent to GRUB
      Legacy's savedefault.
  + debian/patches/959_loopback_root.diff:
    - Keep the loopback file open so that subsequent changes to the "root"
      environment variable don't affect it.
* debian/patches/960_test_invalid_fs.diff: Fix test crash if loopback
  device does not contain a filesystem.

39. By Colin Watson

* debian/patches/951_quick_boot.diff: Only do the hidden-timeout checks if
  timeout is not already set to -1 (i.e. show menu, no timeout).
* debian/patches/954_normal_quiet.diff: Don't clear the screen just before
  booting if we never drew the menu in the first place.
* debian/patches/955_really_quiet.diff: Remove "Booting" message; it turns
  out to be hard to suppress any other way.
* debian/patches/956_linux_quiet.diff: Don't try to suppress "Booting"
  based on the value of "quiet", as the menu entry commands aren't run
  until after this message.
* debian/patches/958_ntfs_64bit.diff: Handle 64-bit file sizes in NTFS.
* debian/patches/959_loopback_root.diff: Keep the loopback file open so
  that subsequent changes to the "root" environment variable don't affect
  it.
* debian/config.in, debian/postinst.in, debian/grub-pc.templates.in:
  Migrate timeout settings from menu.lst (LP: #386789).
* debian/grub-pc.templates.in: Add grub-pc/kopt_extracted template.

38. By Colin Watson

* Resynchronise with Debian. Remaining changes:
  + debian/control:
    - Recommend rather than Suggest os-prober.
  + debian/default/grub:
    - Adjust for default Ubuntu boot options.
    - Use GRUB_CMDLINE_LINUX_DEFAULT option to set "quiet splash" for
      default items only. These options won't be set in single user mode.
    - Default to hiding the menu; holding down Shift at boot will show it.
  + debian/templates.in:
    - Change default value of grub2/linux_cmdline_default to "quiet
      splash".
  + debian/grub.d/05_debian_theme:
    - Set a monochromatic theme for Ubuntu.
  + debian/legacy/update-grub:
    - Apply Ubuntu branding: title, recovery mode, quiet option, and tweak
      how memtest86+ is displayed.
    - Use UUIDs where appropriate.
  + debian/patches/03_ubuntu_grub_standards:
    - Remove GNU/Linux from default string.
  + debian/patches/10_crashkernel.patch:
    - Add crashkernel= options if kdump and makedumpfile are available.
  + debian/patches/951_quick_boot.diff:
    - If other operating systems are installed, then automatically unhide
      the menu.
    - Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus if
      available to check whether Shift is pressed. If it is, show the
      menu, otherwise boot immediately. If keystatus is not available,
      then fall back to a short delay interruptible with Escape.
  + debian/patches/952_sleep_shift.diff:
    - Allow Shift to interrupt 'sleep --interruptible'.
  + debian/patches/954_normal_quiet.diff:
    - Don't display introductory message about line editing unless we're
      actually offering a shell prompt.
  + debian/patches/955_really_quiet.diff:
    - Remove some verbose messages printed before reading the
      configuration file.
  + debian/patches/956_linux_quiet.diff:
    - If the environment variable "quiet" is set to something other than
      1, suppress progress messages as the kernel and initrd load. Set
      this for non-recovery kernel menu entries.
  + debian/patches/957_savedefault.diff, debian/rules:
    - Add GRUB_DEFAULT=saved, as well as grub-set-default and grub-reboot
      utilities. Provides functionality essentially equivalent to GRUB
      Legacy's savedefault.
* Drop 953_no_eh_frame.diff, merged upstream.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/karmic/grub2
This branch contains Public information 
Everyone can see this information.

Subscribers