Changeset 1599 in MondoRescue
- Timestamp:
- Aug 29, 2007, 7:57:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/mindi
r1597 r1599 42 42 EXTRA_SPACE=24576 ; # increase if you run out of ramdisk space 43 43 BOOT_SIZE=8192 ; # size of the boot disk 44 MAX_DISKS=99 44 45 WRITE_BOOT_FLOPPIES="yes" ; # do you want to be propted to write floppy images 45 46 PROMPT_WRITE_BOOT_FLOPPIES="yes" … … 167 168 168 169 # move to the disk that has room on it (or end up using the last, if all full) 169 while [ "$diskno" -lt "40"] ; do170 while [ "$diskno" -lt $MAX_DISKS ] ; do 170 171 mkdir -p $minidir_root/$diskno 171 172 filesize=`du -sk $filename | cut -f1`
Note:
See TracChangeset
for help on using the changeset viewer.