Comment 1 for bug 364616

Revision history for this message
Colin Watson (cjwatson) wrote :

Release notes text added:

== iSCSI upgrades fail to generate initramfs ==

Upgrades of systems using iSCSI will fail to generate the initramfs. As a workaround, edit `/usr/share/initramfs-tools/hooks/iscsi` and change this line: {{{
copy_exec /usr/sbin/iscsistart /sbin
}}} to this: {{{
copy_exec /sbin/iscsistart /sbin
}}} This will be fixed in a post-release update. (Bug:364616)