[ARM]
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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user