Changeset 1600 in MondoRescue
- Timestamp:
- Aug 29, 2007, 8:00:31 PM (18 years ago)
- Location:
- branches/stable/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/conf/mindi.conf.dist
r1598 r1600 9 9 # mindi instable or cause failures. Use with care. 10 10 11 # 12 # Maximum number of disks made by mindi 13 # 14 mindi_max_disks=99 11 15 # 12 16 # Extra space for Ram disk -
branches/stable/mindi/mindi
r1581 r1600 78 78 79 79 EXTRA_SPACE=$mindi_extra_space 80 MAX_DISKS=$mindi_max_disks 80 81 BOOT_SIZE=$mindi_boot_size 81 82 DEPLIST_DIR="$MINDI_CONF/deplist.d" … … 164 165 165 166 # move to the disk that has room on it (or end up using the last, if all full) 166 while [ "$diskno" -lt "40"] ; do167 while [ "$diskno" -lt $MAX_DISKS ] ; do 167 168 mkdir -p $minidir_root/$diskno 168 169 filesize=`du -sk $filename | cut -f1`
Note:
See TracChangeset
for help on using the changeset viewer.