Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 29694
Collapse All | Expand All

(-)/sbin/mkinitrd (-3 / +2 lines)
Lines 534-542 Link Here
534
	cp $verbose --parents -a $pv $MNTIMAGE/
534
	cp $verbose --parents -a $pv $MNTIMAGE/
535
    done
535
    done
536
536
537
    inst /sbin/vgwrapper "$MNTIMAGE/bin/vgwrapper"
537
    inst /sbin/vgscan "$MNTIMAGE/bin/vgscan"
538
    ln "$MNTIMAGE/bin/vgwrapper" "$MNTIMAGE/bin/vgscan"
538
    inst /sbin/vgchange "$MNTIMAGE/bin/vgchange"
539
    ln "$MNTIMAGE/bin/vgwrapper" "$MNTIMAGE/bin/vgchange"
540
539
541
    mknod $MNTIMAGE/dev/lvm b 109 0
540
    mknod $MNTIMAGE/dev/lvm b 109 0
542
fi
541
fi

Return to bug 29694