Changeset 14f2100 in mainline for contrib/conf/ia32-qe.sh


Ignore:
Timestamp:
2010-07-28T15:24:16Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a1d8ab
Parents:
7dfd339
Message:

create FAT with a guaranteed amount of free space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/conf/ia32-qe.sh

    r7dfd339 r14f2100  
    55# Create a disk image if it does not exist
    66if [ ! -f "$DISK_IMG" ]; then
    7         tools/mkfat.py uspace/dist/data "$DISK_IMG"
     7        tools/mkfat.py 1048576 uspace/dist/data "$DISK_IMG"
    88fi
    99
Note: See TracChangeset for help on using the changeset viewer.