diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-31 18:15:24 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-31 18:15:24 +0000 |
commit | aa923fe23b41e6bd45f158b54423f236d5485630 (patch) | |
tree | 0ff1bec9450b9d73d03826cd27f52be3c5408502 /mdk-stage1 | |
parent | 91d57c9ff624fe2b0b211d630afaf1c5ba175206 (diff) | |
download | drakx-aa923fe23b41e6bd45f158b54423f236d5485630.tar drakx-aa923fe23b41e6bd45f158b54423f236d5485630.tar.gz drakx-aa923fe23b41e6bd45f158b54423f236d5485630.tar.bz2 drakx-aa923fe23b41e6bd45f158b54423f236d5485630.tar.xz drakx-aa923fe23b41e6bd45f158b54423f236d5485630.zip |
*** empty log message ***
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c index c16694744..2c5f9c3a7 100644 --- a/mdk-stage1/tools.c +++ b/mdk-stage1/tools.c @@ -275,7 +275,7 @@ enum return_type copy_file(char * from, char * to, void (*callback_func)(int ove static void save_stuff_for_rescue(void) { - copy_file("/etc/resolv.conf", STAGE2_LOCATION "/resolv.conf", NULL); + copy_file("/etc/resolv.conf", STAGE2_LOCATION "/etc/resolv.conf", NULL); } enum return_type load_ramdisk_fd(int ramdisk_fd, int size) |