Changeset 2445 in MondoRescue for branches/2.2.10/mindi/rootfs


Ignore:
Timestamp:
Oct 2, 2009, 4:30:07 AM (16 years ago)
Author:
Bruno Cornec
Message:

r3513@localhost: bruno | 2009-10-02 00:09:16 +0200

  • Not using busybox for mindi anymore (start - step needed for tests)
Location:
branches/2.2.10/mindi/rootfs
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/rootfs/sbin/find-and-mount-cdrom

    r1983 r2445  
    1414            cd $pwd
    1515            if [ "$res" -eq "0" ] ; then
    16                 clear
    1716                LogIt "Using cdstream as extended datadisk ($device). Good." 3
    1817                echo "Using cdstrea as extd dsk." > /tmp/TAPEDEV-HAS-DATA-DISKS
  • branches/2.2.10/mindi/rootfs/sbin/init

    r2444 r2445  
    343343        grep -q RESTORE $CMDLINE
    344344        if [ "$?" -ne 0 ]; then
    345             #clear
    346345            echo "*********************************************************************"
    347346            echo "Do you want to restore the HW configuration of the original machine ?"
     
    578577        mkdir -p /tmp.old
    579578        mv /tmp/* /tmp.old/
    580         # Try to Deal with a busybox bug on inexistant links
    581         cp /tmp/* /tmp.old/
    582579        rm -f /tmp/*
    583580        $mount_cmd /tmp
    584581        mv /tmp.old/* /tmp/
    585         # Try to Deal with a busybox bug on inexistant links
    586         cp /tmp.old/* /tmp/
    587582        rm -rf /tmp.old
    588583        mkdir -p /tmp/tmpfs
     
    774769mkdir -p /tmp/tmpfs
    775770sleep 2
    776 #clear
    777771if [ -e "/dev/md0" ] && [ ! -e "/dev/md/0" ] && [ "`grep /dev/md/ /tmp/mountlist.txt`" != "" ] ; then
    778772    LogIt "Creating /dev/md/* softlinks just in case." 1
  • branches/2.2.10/mindi/rootfs/sbin/install-additional-tools

    r2372 r2445  
    8080cd /
    8181
    82 sync;sync;sync
    83 
    8482LogIt "Done." 1
    8583
  • branches/2.2.10/mindi/rootfs/sbin/wait-for-petris

    r875 r2445  
    2121# Keep running petris until it's killed or crashes
    2222while [ 0 -eq 0 ] ; do
    23     clear
    2423    sleep 1
    2524    petris
Note: See TracChangeset for help on using the changeset viewer.