~psusi/ubuntu/saucy/grub2/fix-dmraid

« back to all changes in this revision

Viewing changes to debian/patches/series

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-01-03 11:40:44 UTC
  • mfrom: (17.6.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130103114044-et8gar9lol415wc9
Tags: 2.00-10ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Adjust for default Ubuntu boot options ("quiet splash").
  - Default to hiding the menu; holding down Shift at boot will show it.
  - Set a monochromatic theme and an appropriate background for Ubuntu.
  - Apply Ubuntu GRUB Legacy changes to legacy update-grub script.
  - Fix backslash-escaping in merge_debconf_into_conf.
  - Remove "GNU/Linux" from default distributor string.
  - Add crashkernel option.
  - Bypass menu unless other OSes are installed or Shift is pressed.
  - Allow Shift to interrupt 'sleep --interruptible'.
  - Reduce visual clutter in normal mode.
  - Remove verbose messages printed before reading configuration.
  - Suppress kernel/initrd progress messages, except in recovery mode.
  - Show the boot menu if the previous boot failed.
  - Adjust upgrade version checks for Ubuntu.
  - Suppress "GRUB loading" message unless Shift is held down.
  - Adjust versions of grub-doc and grub-legacy-doc conflicts.
  - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
  - Check hardware support before using gfxpayload=keep.
  - Set vt.handoff=7 for smooth handoff to kernel graphical mode.
  - In recovery mode, add nomodeset to the Linux kernel arguments, and
    remove the 'set gfxpayload=keep' command.
  - Skip Windows os-prober entries on Wubi systems, and suppress the menu
    by default if those are the only other-OS entries.
  - Handle probing striped DM-RAID devices.
  - Replace 'single' by 'recovery' when friendly-recovery is installed.
  - Disable cursor as early as possible in grub_main.
  - Apply patch from Fedora to add a "linuxefi" loader.
  - Automatically call linuxefi from linux when necessary.
  - On amd64, add raw-uefi custom upload tarballs for signing.
  - Generate configuration for signed UEFI kernels if available.
  - Install signed images if UEFI Secure Boot is enabled.
  - Output a menu entry for firmware setup on UEFI FastBoot systems.
  - Stop using the /usr/share/images/desktop-base/desktop-grub.png
    alternative as the fallback background.
  - If the postinst is running in a container, skip grub-install and all
    its associated questions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
tftp_endianness.patch
28
28
install_locale_langpack.patch
29
29
mkconfig_nonexistent_loopback.patch
 
30
mount_readdir_symlink_failures.patch
 
31
initrd_addr_min.patch
 
32
gnulib_gets.patch
 
33
no_insmod_on_sb.patch
 
34
default_grub_d.patch
 
35
blacklist_1440x900x32.patch
30
36
ubuntu_grub_standards.patch
31
37
ubuntu_crashkernel.patch
32
38
ubuntu_quick_boot.patch
38
44
ubuntu_quiet_grub_loading.patch
39
45
ubuntu_gfxpayload_filter.patch
40
46
ubuntu_vt_handoff.patch
41
 
ubuntu_blacklist_1440x900x32.patch
42
47
ubuntu_recovery_nomodeset.patch
43
48
ubuntu_recovery_nosingle.patch
44
49
ubuntu_wubi_no_windows.patch
45
50
ubuntu_probe_dmraid.patch
46
 
ubuntu_no_insmod_on_sb.patch
47
51
ubuntu_linuxefi.patch
48
52
ubuntu_linuxefi_amd64_only.patch
49
53
ubuntu_linuxefi_require_shim.patch
50
54
ubuntu_linuxefi_non_sb_fallback.patch
51
 
ubuntu_default_grub_d.patch
52
55
ubuntu_use_signed_kernel.patch
53
56
ubuntu_install_signed.patch
54
57
ubuntu_uefi_firmware_setup.patch
55
58
ubuntu_linuxefi_debug.patch
56
 
ubuntu_mount_readdir_symlink_failures.patch
57
 
ubuntu_initrd_addr_min.patch
58
 
ubuntu_gnulib_gets.patch