Exclude repoview from isos.
This commit is contained in:
parent
7405122981
commit
a08871a741
@ -1,5 +1,6 @@
|
||||
* Wed Mar 05 2008 Jesse Keating <jkeating@redhat.com>
|
||||
- Fix ppc split iso generation
|
||||
- Exclude repoview from isos
|
||||
|
||||
* Mon Mar 03 2008 Jesse Keating <jkeating@redhat.com>
|
||||
- Copy the netinst iso over to the isos/ directory
|
||||
|
@ -365,7 +365,7 @@ cost=500
|
||||
|
||||
# setup the base command
|
||||
mkisofs = ['/usr/bin/mkisofs']
|
||||
mkisofs.extend(['-v', '-U', '-J', '-R', '-T']) # common mkisofs flags
|
||||
mkisofs.extend(['-v', '-U', '-J', '-R', '-T', '-m', 'repoview']) # common mkisofs flags
|
||||
|
||||
x86bootargs = ['-b', 'isolinux/isolinux.bin', '-c', 'isolinux/boot.cat',
|
||||
'-no-emul-boot', '-boot-load-size', '4', '-boot-info-table']
|
||||
|
Loading…
Reference in New Issue
Block a user