Exclude repoview from isos.

This commit is contained in:
Jesse Keating 2008-03-05 22:26:43 -05:00 committed by Jesse Keating
parent 7405122981
commit a08871a741
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
* Wed Mar 05 2008 Jesse Keating <jkeating@redhat.com> * Wed Mar 05 2008 Jesse Keating <jkeating@redhat.com>
- Fix ppc split iso generation - Fix ppc split iso generation
- Exclude repoview from isos
* Mon Mar 03 2008 Jesse Keating <jkeating@redhat.com> * Mon Mar 03 2008 Jesse Keating <jkeating@redhat.com>
- Copy the netinst iso over to the isos/ directory - Copy the netinst iso over to the isos/ directory

View File

@ -365,7 +365,7 @@ cost=500
# setup the base command # setup the base command
mkisofs = ['/usr/bin/mkisofs'] 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', x86bootargs = ['-b', 'isolinux/isolinux.bin', '-c', 'isolinux/boot.cat',
'-no-emul-boot', '-boot-load-size', '4', '-boot-info-table'] '-no-emul-boot', '-boot-load-size', '4', '-boot-info-table']