[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:
parent
2807c5413f
commit
cd5d972ea0
@ -155,11 +155,11 @@ actions BuildUBootSDImage1
|
||||
# generate mtools config
|
||||
echo 'drive i: file="$(<)" partition=1' > $(<).mtools
|
||||
# format the image
|
||||
MTOOLSRC=$(<).mtools mformat i:
|
||||
MTOOLSRC=$(<).mtools mformat -v "Haiku" i:
|
||||
# populate
|
||||
MTOOLSRC=$(<).mtools mcopy $(>) i:
|
||||
# list content
|
||||
MTOOLSRC=$(<).mtools mdir i:
|
||||
#MTOOLSRC=$(<).mtools mdir i:
|
||||
# cleanup
|
||||
$(RM) $(<).mtools
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user