Do not include boot.iso on any disc

This commit is contained in:
Jeroen van Meeuwen (Fedora Unity) 2009-01-30 02:32:35 +01:00 committed by Jesse Keating
parent c4004dd307
commit dee9472d0c
1 changed files with 1 additions and 1 deletions

View File

@ -955,7 +955,7 @@ cost=500
# setup the base command
mkisofs = ['/usr/bin/mkisofs']
mkisofs.extend(['-v', '-U', '-J', '-R', '-T', '-m', 'repoview']) # common mkisofs flags
mkisofs.extend(['-v', '-U', '-J', '-R', '-T', '-m', 'repoview', '-m', 'images/boot.iso']) # common mkisofs flags
x86bootargs = ['-b', 'isolinux/isolinux.bin', '-c', 'isolinux/boot.cat',
'-no-emul-boot', '-boot-load-size', '4', '-boot-info-table']