initramfs-tools: merge debian v0.122
Bug #1541508 reported by
Andy Whitcroft
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
initramfs-tools (Ubuntu) |
Fix Released
|
High
|
Andy Whitcroft |
Bug Description
Merge up with Debian v0.122 release.
Changed in initramfs-tools (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Andy Whitcroft (apw) |
milestone: | none → ubuntu-16.02 |
To post a comment you must log in.
This bug was fixed in the package initramfs-tools - 0.122ubuntu1
---------------
initramfs-tools (0.122ubuntu1) xenial; urgency=medium
* Merge with Debian v0.122, known to fix: <partuuid> is not recognized as valid syntax proc/cmdline. recovery (LP: #575469) ppc64/ppc64el (LP: #1326199)
- root=PARTUUID=
(LP: #1531928)
* Merge with Debian v0.122 (LP: #1541508), remaining changes:
- Set takeover=1 in update-initramfs.
- Drop hooks/keymap and associated code; console-setup takes care of
this in Ubuntu.
- Add a new 'fixrtc' script that tries to set the system clock forward
based on the last mount time of the root disk; without this kludge,
systems without a working RTC will end up in a perpetual reboot loop.
- Set hostname at boot, for the benefit of mdadm autoassembly.
- Don't display "Loading, please wait..." message when 'quiet' is in
/
- Ignore errors from iscan and iscan-data hooks.
- Allow scripts and hooks to specify OPTION=VAR, and unless VAR is set
to something other than "n", the script will not be included.
- Restore the framebuffer hook and script, copying KMS and other
framebuffer drivers into the initramfs, but make them optional; you
need to set FRAMEBUFFER=y for these to be included.
- Add hwaddr= alias for BOOTIF= for compatibility.
- When receiving "recovery" on cmdline, start upstart with --startup-
event=
- Make /etc/mtab a symlink to /proc/mounts on startup, since e.g.
current ntfs-3g doesn't work otherwise.
- Mount /dev with the default tmpfs size rather than sourcing udev.conf.
- Automatically blacklist vga16fb when vga= or video= specified on
kernel command-line.
- Add Hyper-V paravirtualised device drivers to the initramfs to allow
booting of stock images in a Hyper-V guest. (LP: #917135)
- Add mountroot failure support, to allow meaningful messages when no
root device can be found.
- Retain netboot= compatibility option.
- Breaks: mountall (<< 2.0~)
- Retain cryptopts= compatibility option.
- Use busybox-initramfs for Depends.
- Add vfat modules to the initramfs.
- Maintain compatibility with pre- /run configurations
- Use gzip from busybox instead of klibc. Depend on busybox-initramfs
(>= 1:1.13.3-1ubuntu5) to ensure that we have it.
- Sync the mount options for /run from /lib/init/fstab (LP: #1152744)
- Increase rootdelay to 180s on powerpc/
- fixrtc: wait for udev to settle to expose device symlinks
- fixrtc: handle hwclock -s failures safely
- fixrtc: support busybox, handle last mount time on system partition,
expose fs create time (LP: #1420473)
- fixrtc: avoid using xargs, wait-for-root before examining
- fixrtc: suppress /dev/ram as a root when using systempart (LP:
#1443329)
- ppc64el: enable PowerPC NX Crypto Coprocessor
- resume: only resume when the partition contains a resume image
- resume: announce resume via plymouth if available
- Don't load keymaps unless we're loading a framebuffer; but set the
keymap before giving a root shell.
- Add new initramfs-tools-bin pac...