Comment 12 for bug 2049271

Revision history for this message
Adam Vodopjan (grozzly) wrote :

Thanks for making it clear. I just wanted to a report a problem, no expectations here.

To those who might look into it later: such patch does fix the issue, but who knows what possible side effects are

    --- initramfs-tools/scripts/init-bottom/overlayroot
    +++ initramfs-tools.1/scripts/init-bottom/overlayroot
    @@ -393,7 +393,7 @@
            else
                ospec="${root_ro}${file}"
                copy_opts=""
    - for copy_opt in nobootwait noauto; do
    + for copy_opt in nobootwait noauto nofail; do
                    case ",$opts," in
                        *,${copy_opt},*)
                            copy_opts="${copy_opts},${copy_opt}";;