Changeset 2086 in MondoRescue
- Timestamp:
- Dec 14, 2008, 3:43:11 PM (16 years ago)
- Location:
- branches/2.2.8/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mindi/deplist.txt
r2072 r2086 53 53 /usr/bin/ldd 54 54 /usr/bin/strace 55 # busybox df doesn't support -P which is used now 56 /bin/df 55 57 56 58 # -
branches/2.2.8/mindi/rootfs/sbin/init
r2081 r2086 201 201 202 202 203 HowMuchFreeSpaceOnRamdisk() {204 df -m -P | grep /dev/ram | head -n1 | tr -s '\t' ' ' | cut -d' ' -f4205 }206 207 208 209 203 PauseForRaids() { 210 204 if [ "`dmesg | grep -i "RAID Controller"`" != "" ] || [ "`dmesg | grep -i "Vendor: 3ware"`" != "" ] ; then … … 360 354 361 355 362 363 SpaceTests() {364 [ -e "/tmp/filelist.full" ] && cp /tmp/filelist.full /tmp/FLF365 if [ "`HowMuchFreeSpaceOnRamdisk`" -le "3" ] ; then366 LogIt "Ramdisk is a bit smaller than I would like." 1367 LogIt "Please re-run Mondo/Mindi but edit /usr/local/mindi first" 1368 LogIt "and set EXTRA_SPACE to something high, e.g. 8000" 1369 Die "Aborting. Please reboot."370 fi371 rm -f /tmp/FLF372 }373 356 374 357 StartUSBKbd() { … … 728 711 cp -af /dev/md2 /dev/md/2 2> /dev/null 729 712 fi 730 # SpaceTests; # Mandrake Linux 8.1 doesn't like this731 713 [ -e "/tmp/mountlist.txt" ] && cp -f /tmp/mountlist.txt /tmp/mountlist.original 732 714
Note:
See TracChangeset
for help on using the changeset viewer.