Changeset 198

Show
Ignore:
Timestamp:
01/25/07 19:02:04 (2 years ago)
Author:
ludo
Message:

add uinewt (from r3951)

Files:

Legend:

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

    r191 r198  
    99INITRD=initrd 
    1010MKDEV=$(shell pwd)/MAKEDEV 
    11 IMAGES=image_error image_lvmreiserfs image_raw image_swap image_e2fs image_fat image_ntfs image_xfs image_jfs image_ufs image_lvm 
     11IMAGES=image_lvmreiserfs image_raw image_swap image_e2fs image_fat image_ntfs image_xfs image_jfs image_ufs image_lvm 
    1212SRCLIN=/usr/src/linux/ 
    1313 
     
    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 \ 
     44        for n in autosave/autosave mount/mount.sh mount/mount-nfs.sh autosave/floppysave ui_newt/uinewt ;do \ 
    4545            cp -f $(IMAGE_DIR)/$$n $(LOOP)/bin || exit 1;\ 
    4646        done