2016-04-05 12:57:20 +00:00
|
|
|
--- pungi-3.03/pungi/gather.py.orig 2013-12-07 23:25:33.790299986 +0100
|
|
|
|
+++ pungi-3.03/pungi/gather.py 2013-12-07 23:27:06.347452833 +0100
|
2014-04-07 23:05:12 +00:00
|
|
|
@@ -1528,7 +1528,8 @@
|
2013-12-08 18:16:05 +00:00
|
|
|
|
2014-04-07 23:05:12 +00:00
|
|
|
if self.tree_arch == 'i386' or self.tree_arch == 'x86_64':
|
2013-12-08 18:16:05 +00:00
|
|
|
extraargs.extend(x86bootargs)
|
2014-04-07 23:05:12 +00:00
|
|
|
- if self.tree_arch == 'x86_64':
|
|
|
|
+ if self.tree_arch == 'x86_64' and \
|
2013-12-08 18:16:05 +00:00
|
|
|
+ os.path.exists(os.path.join(self.topdir, 'images', 'efiboot.img')):
|
|
|
|
extraargs.extend(efibootargs)
|
|
|
|
isohybrid.append('-u')
|
|
|
|
if os.path.exists(os.path.join(self.topdir, 'images', 'macboot.img')):
|