Add genisoimage support to actions BuildCDBootImage1.
This commit is contained in:
@@ -1591,7 +1591,8 @@ rule BuildCDBootImage image : bootfloppy : extrafiles
|
|||||||
actions BuildCDBootImage1
|
actions BuildCDBootImage1
|
||||||
{
|
{
|
||||||
$(RM) $(<)
|
$(RM) $(<)
|
||||||
mkisofs -b $(BOOTIMG) -r -J -V bootimg -o $(<) $(>[1]) $(>[2-])
|
mkisofs -b $(BOOTIMG) -r -J -V bootimg -o $(<) $(>[1]) $(>[2-]) \
|
||||||
|
|| genisoimage -b $(BOOTIMG) -r -J -V bootimg -o $(<) $(>[1]) $(>[2-])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user