diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 18:18:04 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 18:18:04 +0000 |
commit | 5c0b132397f056a5271f25c2e0cb562d81f3a64e (patch) | |
tree | 8f8c370e8d1ae79fa9d1e499c1df923882c8e9b8 /move | |
parent | 1f9103dce006ddf4b1fa9c5dba9ecf94b54b1358 (diff) | |
download | drakx-backup-do-not-use-5c0b132397f056a5271f25c2e0cb562d81f3a64e.tar drakx-backup-do-not-use-5c0b132397f056a5271f25c2e0cb562d81f3a64e.tar.gz drakx-backup-do-not-use-5c0b132397f056a5271f25c2e0cb562d81f3a64e.tar.bz2 drakx-backup-do-not-use-5c0b132397f056a5271f25c2e0cb562d81f3a64e.tar.xz drakx-backup-do-not-use-5c0b132397f056a5271f25c2e0cb562d81f3a64e.zip |
uneeded now since we use etc-monitorer.pl
Diffstat (limited to 'move')
-rw-r--r-- | move/Makefile | 2 | ||||
-rw-r--r-- | move/data/README.adding.more.files | 14 |
2 files changed, 1 insertions, 15 deletions
diff --git a/move/Makefile b/move/Makefile index d074630aa..12475b6ec 100644 --- a/move/Makefile +++ b/move/Makefile @@ -4,7 +4,7 @@ DEST_STAGE2 = $(DEST_LIVETREE)/usr/bin/stage2 ISO = /BIG/mdkmove.iso -DATA_FILES = devices symlinks directories-to-create etcfiles all-etcfiles keyfiles README.adding.more.files +DATA_FILES = devices symlinks directories-to-create etcfiles all-etcfiles keyfiles PROGRAM_FILES = etc-monitorer.pl LANG_FILES = $(shell perl -ne 'print $$1 if /ALLOWED_LANGS = qw\((.*)\)/' move.pm) diff --git a/move/data/README.adding.more.files b/move/data/README.adding.more.files deleted file mode 100644 index 407e6972a..000000000 --- a/move/data/README.adding.more.files +++ /dev/null @@ -1,14 +0,0 @@ -About the ".sysconf" directory automatically created on the USB -key (which appears as /home/.sysconf when using Mandrake Move) - - -This directory holds system configuration files. The directories' -names are made by hashing system specific PCI hardware, and it is -used to guess at boot if we can use these files (saved from a -previous boot on the same machine), or we should create new ones. -Hence, you are able to save different system configuration files -according to each machine you boot MandrakeMove with an USB Key. - -If you want to add new files for saving for next reboot, just -create the new file in the tree structure, and replace the -symlink in the /etc tree to the cdrom, by a symlink there. |