From cd5d972ea05d211a0b057b0cd919ed8239abf69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 12 Aug 2009 22:06:14 +0000 Subject: [PATCH] [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 --- src/system/boot/platform/u-boot/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/boot/platform/u-boot/Jamfile b/src/system/boot/platform/u-boot/Jamfile index 1057e962dc..11372dad85 100644 --- a/src/system/boot/platform/u-boot/Jamfile +++ b/src/system/boot/platform/u-boot/Jamfile @@ -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 }