Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 698606 | Differences between
and this patch

Collapse All | Expand All

(-)a/gen_initramfs.sh (-1 / +5 lines)
Lines 606-612 Link Here
606
        IFS=","
606
        IFS=","
607
        for i in ${FIRMWARE_FILES}
607
        for i in ${FIRMWARE_FILES}
608
        do
608
        do
609
            cp -L "${i}" ${TEMP}/initramfs-firmware-temp/lib/firmware/
609
            if [ -d "${i}" ]; then
610
                cp -a "${i}" ${TEMP}/initramfs-firmware-temp/lib/firmware/
611
            else
612
                cp -L "${i}" ${TEMP}/initramfs-firmware-temp/lib/firmware/
613
            fi
610
        done
614
        done
611
        IFS=$OLD_IFS
615
        IFS=$OLD_IFS
612
    else
616
    else

Return to bug 698606