renamed isoboot_regtest.asm to isobtrt.asm to comply with ISO-9660 standard

svn path=/trunk/; revision=23742
This commit is contained in:
Christoph von Wittich 2006-08-27 13:26:43 +00:00
parent b32b0a47c8
commit 454bef01db
2 changed files with 3 additions and 3 deletions

View file

@ -18,9 +18,9 @@
<bootstrap base="loader" nameoncd="isoboot.bin" />
<file>isoboot.asm</file>
</module>
<module name="isoboot_regtest" type="bootsector">
<bootstrap base="loader" nameoncd="isoboot_regtest.bin" />
<file>isoboot_regtest.asm</file>
<module name="isobtrt" type="bootsector">
<bootstrap base="loader" nameoncd="isobtrt.bin" />
<file>isobtrt.asm</file>
</module>
<if property="ARCH" value="powerpc">
<module name="ofwldr" type="bootprogram" payload="freeldr">