Displaying 1 result from an estimated 1 matches for "ostempl".
Did you mean:
templ
2014 Jun 17
0
How to create an OpenVZ OS Template for CentOS 7 Public QA
...vice. I hope email client word wrapping and screen sizes don't butcher it too bad:
- - - - -
# To get a package list without version numbers from a target system
# rpm -qa --qf "%{n} " > packages.txt
# Put contents of packages.txt after "-y install \" line below
mkdir /ostemplate
yum \
--installroot /ostemplate \
--nogpg \
--releasever=7 \
--enablerepo=centos7pubqa \
-y install \
centos-release filesystem ncurses-base mailcap tzdata glibc-common xz-libs \
ncurses-libs pcre libselinux info libdb popt sed libcom_err libuuid expat \
libacl libgpg-error dbus-libs gawk lua l...