Changeset 229 in MondoRescue for branches/2.05/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Dec 17, 2005, 1:44:25 AM (18 years ago)
Author:
bcornec
Message:

Fix another bug for PXE and the new busybox around mv which doesn't want to move inexistant symlinks. Replaced by tar.
Bug fix in init on dirimg
Preparation of use of udhcpc by adding a symlink

File:
1 edited

Legend:

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

    r227 r229  
    642642        dirimg=`grep nfs-server-path /tmp/mondo-restore.cfg | cut -d' ' -f2-`
    643643        if [ "$dirimg" = "" ]; then
    644             imgname="/"
     644            dirimg="/"
    645645        fi
    646646        LogIt "Mounting NFS image $imgname-1.iso in $dirimg on /mnt/cdrom in loopback"
Note: See TracChangeset for help on using the changeset viewer.