PERFORCE change 80982 for review
soc-saturnero
soc-saturnero at FreeBSD.org
Mon Jul 25 19:22:53 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=80982
Change 80982 by soc-saturnero at soc-saturnero_sberta on 2005/07/25 19:22:40
Added img targe
Affected files ...
.. //depot/projects/soc2005/freesbie/Makefile#7 edit
.. //depot/projects/soc2005/freesbie/conf/freesbie.defaults.conf#7 edit
.. //depot/projects/soc2005/freesbie/scripts/img.sh#1 add
Differences ...
==== //depot/projects/soc2005/freesbie/Makefile#7 (text+ko) ====
@@ -51,6 +51,20 @@
@sh ./scripts/launch.sh iso .tmp_iso
@mv .tmp_iso .done_iso
+img: .done_img
+.done_img: .done_clonefs
+ @-rm -f .tmp_img
+ @touch .tmp_img
+ @sh ./scripts/launch.sh img .tmp_img
+ @mv .tmp_img .done_img
+
+flash: .done_flash
+.done_flash: .done_clonefs
+ @-rm -f .tmp_flash
+ @touch .tmp_flash
+ @sh ./scripts/launch.sh flash .tmp_flash
+ @mv .tmp_flash .done_flash
+
clean:
@-rm -f .tmp* .done* > /dev/null 2>&1
==== //depot/projects/soc2005/freesbie/conf/freesbie.defaults.conf#7 (text+ko) ====
@@ -25,6 +25,10 @@
# Path of the built image, use absolute path
IMGPATH="/usr/obj/FreeSBIE.img"
+# Default parameters for the image, use diskinfo(1) to obtain yours
+SECTS=501760 # Total number of sectors
+SECTT=32 # Sectors/track
+HEADS=16 # Heads
#
# Optional variables
More information about the p4-projects
mailing list