Changeset 191
- Timestamp:
- 11/21/06 18:37:00 (2 years ago)
- Files:
-
- trunk/client/src_initrd/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/client/src_initrd/Makefile
r184 r191 42 42 cp -f $(IMAGE_DIR)/autorestore/$$n $(LOOP)/bin || exit 1;\ 43 43 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 44 47 cp -f $(IMAGE_DIR)/autorestore/revoboot $(LOOP)/etc/init.d ;\ 45 48 for n in bench bench.ping ;do \ 46 49 cp -f $(IMAGE_DIR)/bench/$$n $(LOOP)/bin || exit 1;\ 47 50 done 48 cp -f $(AUTOSAVE_DIR)/autosave $(LOOP)/bin49 cp -f $(AUTOSAVE_DIR)/autosave.sh $(LOOP)/bin50 cp -f $(AUTOSAVE_DIR)/floppysave $(LOOP)/bin51 51 if [ -d $(POSTINST_DIR) ] ; then \ 52 52 for n in postmount dopostinst mountwin doinitinst ;do \
