Changes in contrib/conf/mips32-gx.sh [bf5443d:14f2100] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/conf/mips32-gx.sh
rbf5443d 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.