Changeset 1752 in MondoRescue
- Timestamp:
- Oct 30, 2007, 1:58:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/rootfs/sbin/init
r1747 r1752 422 422 umount /tmp/tmpfs 423 423 mkdir -p /tmp.old 424 mv /tmp/* /tmp.old/ 425 # Try to Deal with a busybox bug on inexistant links 424 426 cp /tmp/* /tmp.old/ 425 427 rm -f /tmp/* 426 428 $mount_cmd /tmp 429 mv /tmp.old/* /tmp/ 430 # Try to Deal with a busybox bug on inexistant links 427 431 cp /tmp.old/* /tmp/ 428 432 rm -rf /tmp.old
Note:
See TracChangeset
for help on using the changeset viewer.