Changeset 14f2100 in mainline for contrib/conf/ia32-qe.sh
- Timestamp:
- 2010-07-28T15:24:16Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9a1d8ab
- Parents:
- 7dfd339
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/conf/ia32-qe.sh
r7dfd339 r14f2100 5 5 # Create a disk image if it does not exist 6 6 if [ ! -f "$DISK_IMG" ]; then 7 tools/mkfat.py uspace/dist/data "$DISK_IMG"7 tools/mkfat.py 1048576 uspace/dist/data "$DISK_IMG" 8 8 fi 9 9
Note:
See TracChangeset
for help on using the changeset viewer.