- Remove boot from local drive option (bcl) - Check for one big initrd.img (#671900) (bcl) - Make xz the default compression type for live images. (bruno) - Update documentation for xz availability. (bruno) - Change releasever to a command line option (#667474) (bcl)epel9
parent
5b013e6418
commit
5979f06926
@ -1,10 +0,0 @@
|
||||
--- livecd-tools-15.2/imgcreate/yuminst.py.orig 2011-01-04 16:42:09.000000000 -0600
|
||||
+++ livecd-tools-15.2/imgcreate/yuminst.py 2011-01-04 16:42:23.000000000 -0600
|
||||
@@ -138,7 +138,6 @@
|
||||
# takes a variable and substitutes like yum configs do
|
||||
option = option.replace("$basearch", rpmUtils.arch.getBaseArch())
|
||||
option = option.replace("$arch", rpmUtils.arch.getCanonArch())
|
||||
- option = option.replace("$releasever", yum.config._getsysver("/", "redhat-release"))
|
||||
return option
|
||||
|
||||
repo = yum.yumRepo.YumRepository(name)
|
Loading…
Reference in new issue