Changeset 191

Show
Ignore:
Timestamp:
11/21/06 18:37:00 (2 years ago)
Author:
ludo
Message:

mount.sh added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/client/src_initrd/Makefile

    r184 r191  
    4242            cp -f $(IMAGE_DIR)/autorestore/$$n $(LOOP)/bin || exit 1;\ 
    4343        done  
     44        for n in autosave/autosave mount/mount.sh mount/mount-nfs.sh autosave/floppysave ;do \ 
     45            cp -f $(IMAGE_DIR)/$$n $(LOOP)/bin || exit 1;\ 
     46        done  
    4447        cp -f $(IMAGE_DIR)/autorestore/revoboot $(LOOP)/etc/init.d ;\ 
    4548        for n in bench bench.ping ;do \ 
    4649            cp -f $(IMAGE_DIR)/bench/$$n $(LOOP)/bin || exit 1;\ 
    4750        done  
    48         cp -f $(AUTOSAVE_DIR)/autosave $(LOOP)/bin 
    49         cp -f $(AUTOSAVE_DIR)/autosave.sh $(LOOP)/bin 
    50         cp -f $(AUTOSAVE_DIR)/floppysave $(LOOP)/bin 
    5151        if [ -d $(POSTINST_DIR) ] ; then \ 
    5252            for n in postmount dopostinst mountwin doinitinst ;do \