From aa923fe23b41e6bd45f158b54423f236d5485630 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 31 Oct 2003 18:15:24 +0000 Subject: *** empty log message *** --- mdk-stage1/tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') 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) -- cgit v1.2.1