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

Collapse All | Expand All

(-)genkernel-next-68/gen_bootloader.sh (-1 / +1 lines)
Lines 66-72 Link Here
66
        then
66
        then
67
            GRUB_BOOTFS=$BOOTFS
67
            GRUB_BOOTFS=$BOOTFS
68
        else
68
        else
69
            GRUB_BOOTFS=$(set_bootloader_read_fstab | cut -d' ' -f2)
69
            GRUB_BOOTFS=$(set_bootloader_read_fstab | awk '{print $3}')
70
        fi
70
        fi
71
71
72
        # Get the GRUB mapping for our device
72
        # Get the GRUB mapping for our device

Return to bug 669232