summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 61756ca..3dee46b 100755
--- a/draklive
+++ b/draklive
@@ -244,7 +244,7 @@ sub post_install_system {
run_('mount', '-t', 'sysfs', '/sys', $live->get_system_root . '/sys');
#- copy resolv.conf for name resolution to work when adding media
- cp_f("/etc/resolv.conf", $live->get_system_root . "/etc");
+ cp_f("/etc/resolv.conf", $live->get_system_root . "/etc/");
#- remove previous draklive leftovers if needed
run_({ root => $live->get_system_root }, 'urpmi.removemedia', '-a');