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
5a5529fb84
diskimage-builder
/
elements
/
centos
/
environment.d
/
10-centos6-distro-name.bash
3 lines
74 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
Change to latest CentOS-6 image cloud.centos.org appears to have changed their naming for images. This latest iteration drops the YYYYMMDD in favor for YYMM, but also has a 'latest' available without the date stamp. This change will mean we no longer have to submit new code reviews whenever centos changes. Change-Id: I5a6a0de822561c1d0681abb9487993acf55918f1
2016-04-20 17:44:09 +00:00
export
DIB_RELEASE
=
${
DIB_RELEASE
:-
GenericCloud
}
Reference in New Issue
Copy Permalink