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
59721d3c74
diskimage-builder
/
diskimage_builder
/
elements
/
fedora-minimal
/
environment.d
/
10-fedora-distro-name.bash
3 lines
64 B
Bash
Raw
Normal View
History
Unescape
Escape
Add a yum-minimal element that just uses yum The centos-minimal approach of using rinse does not, it turns out, work on centos. That's a bummer. It's also rather heavyweight. Instead, with minor machinations, we can just use yum itself pointed at a chroot. Also adding fedora-minimal element which creates a fedora image using the new yum-minimal approach. Co-Authored-By: Gregory Haynes <greg@greghaynes.net> Change-Id: I026fd9d323e786dae5bb67824c6501067e1ceaa3
2015-03-22 14:04:46 +00:00
export
DISTRO_NAME
=
fedora
Bump fedora release to 25 Now that fedora-25 is released, bump fedora-minimal / fedora elements to use it. Change-Id: Ifdb05255e7a138b99099252fe17041fe4621b6f4 Depends-On: I3cc467a2d08486458b3f625f94ba969532f6cd04 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-01-12 16:55:47 +00:00
export
DIB_RELEASE
=
${
DIB_RELEASE
:-
25
}
Reference in New Issue
Copy Permalink