This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
05764de6e7
diskimage-builder
/
elements
/
centos
/
environment.d
/
10-centos6-distro-name.bash
3 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
CentOS 6 Element This is the centos element, which builds CentOS 6. There are a couple of modifications to redhat-common because the version of tar in el6 doesn't support --xattrs-include. There is a change to both pkg-map and svc-map to add 'centos' to the 'redhat' family. Also explicitly have to install cloud-utils growroot and dracut growpart for proper fsresize at instance launch. Also sets the DIB_EXTLINUX variable because there is no grub2 for this distro. Change-Id: Iffd57bce1484c43c2cffcbdb37b602185216e63a
2015-02-24 18:49:47 +00:00
export
DISTRO_NAME
=
centos
Export DIB_RELEASE in centos We export this variable by convention in the other OS elements. Change-Id: I311a54ff614596fe7ee23bf44b44b55f9d04690d
2015-05-01 17:43:33 +00:00
export
DIB_RELEASE
=
${
DIB_RELEASE
:-
GenericCloud
-20141129_01
}
Reference in New Issue
Copy Permalink