|
From: <ls...@us...> - 2007-05-12 10:25:45
|
Revision: 3186
http://jnode.svn.sourceforge.net/jnode/?rev=3186&view=rev
Author: lsantha
Date: 2007-05-12 03:25:44 -0700 (Sat, 12 May 2007)
Log Message:
-----------
Added GRUB files need for grub installation.
Modified Paths:
--------------
trunk/all/build-x86.xml
Modified: trunk/all/build-x86.xml
===================================================================
--- trunk/all/build-x86.xml 2007-05-12 10:24:24 UTC (rev 3185)
+++ trunk/all/build-x86.xml 2007-05-12 10:25:44 UTC (rev 3186)
@@ -255,10 +255,13 @@
<copy todir="@{dir}">
<fileset dir="${initjars.dir}" />
</copy>
- <copy file="${my-lib.dir}/stage2_eltorito" todir="@{dir}/boot/grub" />
- <copy file="${grub.menu.cdrom}" tofile="@{dir}/boot/grub/menu.lst" />
- <exec executable="mkisofs">
- <arg line="-o @{destfile} -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table @{dir}" />
+ <copy file="${my-lib.dir}/eltorito.s2" todir="@{dir}/boot/grub" />
+ <copy file="${my-lib.dir}/fat.s15" todir="@{dir}/boot/grub" />
+ <copy file="${my-lib.dir}/grub.s1" todir="@{dir}/boot/grub" />
+ <copy file="${my-lib.dir}/grub.s2" todir="@{dir}/boot/grub" />
+ <copy file="${grub.menu.cdrom}" tofile="@{dir}/boot/grub/menu.lst" />
+ <exec executable="mkisofs">
+ <arg line="-o @{destfile} -R -b boot/grub/eltorito.s2 -no-emul-boot -boot-load-size 4 -boot-info-table @{dir}" />
</exec>
</sequential>
</macrodef>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|