mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 03:22:48 -05:00
Made the fat test code compile again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29456 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d8f6c75ab9
commit
3a5eaa8fa9
5 changed files with 38 additions and 41 deletions
|
|
@ -25,9 +25,10 @@ try() {
|
|||
|
||||
buildimage() {
|
||||
/sbin/mkdosfs -F 32 -s $1 $IMAGE > /dev/null
|
||||
mount -o loop $IMAGE $MOUNT
|
||||
#mount -o loop $IMAGE $MOUNT
|
||||
mount $MOUNT
|
||||
echo "Filling it with /etc files"
|
||||
find /etc -type f -maxdepth 1 -exec cp {} $MOUNT \;
|
||||
find /etc -maxdepth 1 -type f -readable -exec cp {} $MOUNT \;
|
||||
for i in `seq 1 120`;
|
||||
do
|
||||
echo apa > "$MOUNT/very $i long test filename so we can make sure they.work"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue