summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive3
1 files changed, 3 insertions, 0 deletions
diff --git a/draklive b/draklive
index 2ee9857..bf9639a 100755
--- a/draklive
+++ b/draklive
@@ -240,10 +240,13 @@ sub post_install_system {
#- workaround buggy installation of directories that are not owned by any packages
umask 022;
+ mkdir_p($live->get_system_root . '/proc');
+ mkdir_p($live->get_system_root . '/sys');
run_('mount', '-t', 'proc', '/proc', $live->get_system_root . '/proc');
run_('mount', '-t', 'sysfs', '/sys', $live->get_system_root . '/sys');
#- copy resolv.conf for name resolution to work when adding media
+ mkdir_p($live->get_system_root . '/etc');
cp_f("/etc/resolv.conf", $live->get_system_root . "/etc/");
#- remove previous draklive leftovers if needed