Changeset 903 in MondoRescue for trunk/mindi/rootfs/sbin/init
- Timestamp:
- Oct 25, 2006, 1:49:52 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/rootfs/sbin/init
r764 r903 328 328 fi 329 329 330 }331 332 333 SwapTheMountExecs() {334 if [ -e "/bin/mount.libc5" ] ; then335 LogIt "Swapping busybox's mount with libc5 mount"336 mv /bin/mount /bin/mount.bb337 mv /bin/mount.libc5 /bin/mount338 sync339 fi340 330 } 341 331 … … 468 458 ExtractDataDisksAndLoadModules 469 459 elif [ "`grep -i pxe /proc/cmdline`" ]; then 470 /sbin/start-nfs 460 # We need to get here exported variables from start-nfs 461 . /sbin/start-nfs 471 462 472 463 # Simulate a local CD … … 477 468 HandleCDROMorFloppies 478 469 ExtractDataDisksAndLoadModules 479 /sbin/start-nfs 470 # We need to get here exported variables from start-nfs 471 . /sbin/start-nfs 480 472 fi 481 473 res=$? 482 SwapTheMountExecs483 474 ConfigureLoggingDaemons 484 475 if [ -e "/tmp/USE-DEVFS" ] ; then
Note:
See TracChangeset
for help on using the changeset viewer.