** Description changed: - On line 71 of mkinitramfs, in generate_initramfs() reads the code: + On line 71 of update-initramfs, in generate_initramfs() reads the code: if mkinitramfs "${OPTS}" "${initramfs}" "${version}"; then In fact, this is overquoted. The double-quotation marks around ${OPTS} should be removed. if mkinitramfs ${OPTS} "${initramfs}" "${version}"; then
** Changed in: initramfs-tools (Ubuntu) Importance: Undecided => Medium Status: Unconfirmed => Confirmed -- mkinitramfs has a buggy verbose mode https://launchpad.net/bugs/62643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs