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

Collapse All | Expand All

(-)a/dracut.sh (-6 / +5 lines)
Lines 1179-1189 if [[ ! $print_cmdline ]]; then Link Here
1179
        esac
1179
        esac
1180
1180
1181
        if ! [[ -s $uefi_stub ]]; then
1181
        if ! [[ -s $uefi_stub ]]; then
1182
            for uefi_stub in \
1182
            for uefi_stub_path in /usr/lib/systemd/boot/efi /usr/lib/gummiboot; do
1183
                $dracutsysrootdir"${systemdutildir}/boot/efi/linux${EFI_MACHINE_TYPE_NAME}.efi.stub" \
1183
                uefi_stub=$dracutsysrootdir$uefi_stub_path/linux${EFI_MACHINE_TYPE_NAME}.efi.stub
1184
                    "$dracutsysrootdir/usr/lib/gummiboot/linux${EFI_MACHINE_TYPE_NAME}.efi.stub"; do
1184
                if [[ -s $uefi_stub ]]; then
1185
                [[ -s $uefi_stub ]] || continue
1185
                    break
1186
                break
1186
                fi
1187
            done
1187
            done
1188
        fi
1188
        fi
1189
        if ! [[ -s $uefi_stub ]]; then
1189
        if ! [[ -s $uefi_stub ]]; then
1190
- 

Return to bug 765208