Following are some of the tricks that were useful to me while creating Oracle Enterprise Linux vagrant box.
Create vm using VDI format for easy handling.
Make sure you have removed all the extraneous packages from the installed vm.
You can check out package descriptions at pkgs.org.
Also ensure that yum installs only relevant language support
Create vm using VDI format for easy handling.
Make sure you have removed all the extraneous packages from the installed vm.
You can check out package descriptions at pkgs.org.
yum remove X11 yum list installed | grep gnome
Also ensure that yum installs only relevant language support
Edit /etc/rpm/macros.lang and include %_install_langs en:fr