Name the FAT; no need to list the contents.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32290 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2009-08-12 22:06:14 +00:00
parent 2807c5413f
commit cd5d972ea0
+2 -2
View File
@@ -155,11 +155,11 @@ actions BuildUBootSDImage1
# generate mtools config # generate mtools config
echo 'drive i: file="$(<)" partition=1' > $(<).mtools echo 'drive i: file="$(<)" partition=1' > $(<).mtools
# format the image # format the image
MTOOLSRC=$(<).mtools mformat i: MTOOLSRC=$(<).mtools mformat -v "Haiku" i:
# populate # populate
MTOOLSRC=$(<).mtools mcopy $(>) i: MTOOLSRC=$(<).mtools mcopy $(>) i:
# list content # list content
MTOOLSRC=$(<).mtools mdir i: #MTOOLSRC=$(<).mtools mdir i:
# cleanup # cleanup
$(RM) $(<).mtools $(RM) $(<).mtools
} }