Changeset 1752 in MondoRescue


Ignore:
Timestamp:
Oct 30, 2007, 1:58:28 PM (16 years ago)
Author:
Bruno Cornec
Message:

Try to run around a busybox bug (1.2.2 pb on inexistant links)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/rootfs/sbin/init

    r1747 r1752  
    422422        umount /tmp/tmpfs
    423423        mkdir -p /tmp.old
     424        mv /tmp/* /tmp.old/
     425        # Try to Deal with a busybox bug on inexistant links
    424426        cp /tmp/* /tmp.old/
    425427        rm -f /tmp/*
    426428        $mount_cmd /tmp
     429        mv /tmp.old/* /tmp/
     430        # Try to Deal with a busybox bug on inexistant links
    427431        cp /tmp.old/* /tmp/
    428432        rm -rf /tmp.old
Note: See TracChangeset for help on using the changeset viewer.