diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-14 18:55:35 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-14 18:55:35 +0000 |
commit | 81daab12665e715c0fbc26b285b3494f8767da66 (patch) | |
tree | 0f49b0db365a7d9e8726e6624f63d6d56ca088f7 /move/Makefile | |
parent | f10db1d5174ebebc678a0fb1bbdae85beb53f31e (diff) | |
download | drakx-81daab12665e715c0fbc26b285b3494f8767da66.tar drakx-81daab12665e715c0fbc26b285b3494f8767da66.tar.gz drakx-81daab12665e715c0fbc26b285b3494f8767da66.tar.bz2 drakx-81daab12665e715c0fbc26b285b3494f8767da66.tar.xz drakx-81daab12665e715c0fbc26b285b3494f8767da66.zip |
preliminary support for saving system configuration data on usb key
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index 55594ec7f..dc88cc654 100644 --- a/move/Makefile +++ b/move/Makefile @@ -2,7 +2,7 @@ DEST_LIVETREE = /tmp/live_tree DEST_STAGE2 = $(DEST_LIVETREE)/usr/bin/stage2 -DATA_FILES = devices symlinks directories-to-create etcfiles all-etcfiles +DATA_FILES = devices symlinks directories-to-create etcfiles all-etcfiles keyfiles README.adding.more.files LANG_FILES = $(shell perl -ne 'print $$1 if /ALLOWED_LANGS = qw\((.*)\)/' move.pm) STAGE1 = ../mdk-stage1 |