move from grub to grub2. YEE-HAW.
This commit is contained in:
parent
23c7a029ce
commit
1ed5d99473
@ -212,7 +212,7 @@ removefrom gnome-themes /usr/share/themes/Mist/* /usr/share/themes/Simple/*
|
|||||||
removefrom gnutls /usr/share/locale/*
|
removefrom gnutls /usr/share/locale/*
|
||||||
removefrom gpgme /usr/${libdir}/libgpgme-*
|
removefrom gpgme /usr/${libdir}/libgpgme-*
|
||||||
removefrom grep /etc/* /usr/share/locale/*
|
removefrom grep /etc/* /usr/share/locale/*
|
||||||
removefrom grub /sbin/grub-* /usr/bin/*
|
removefrom grub2 /sbin/* /usr/bin/*
|
||||||
removefrom gstreamer /usr/bin/* /usr/${libdir}/gstreamer-0.10/*
|
removefrom gstreamer /usr/bin/* /usr/${libdir}/gstreamer-0.10/*
|
||||||
removefrom gstreamer /usr/${libdir}/libgst* /usr/libexec/* /usr/share/locale/*
|
removefrom gstreamer /usr/${libdir}/libgst* /usr/libexec/* /usr/share/locale/*
|
||||||
removefrom gtk2 /usr/bin/update-gtk-immodules
|
removefrom gtk2 /usr/bin/update-gtk-immodules
|
||||||
|
@ -20,7 +20,7 @@ installpkg kernel
|
|||||||
installpkg kernel-PAE gpart
|
installpkg kernel-PAE gpart
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("i386", "x86_64"):
|
%if basearch in ("i386", "x86_64"):
|
||||||
installpkg grub grub-efi firstaidkit-plugin-grub efibootmgr biosdevname memtest86+
|
installpkg grub2 grub2-efi efibootmgr biosdevname memtest86+
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("ppc", "ppc64"):
|
%if basearch in ("ppc", "ppc64"):
|
||||||
installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils
|
installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils
|
||||||
|
Loading…
Reference in New Issue
Block a user