From 19099d31828e77376dfc3cae7456ae051e21e134 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 8 Jan 2012 04:22:42 +0000 Subject: revert last commit as the proper fix was to define builddir and chroot in livecd config --- draklive | 3 --- 1 file changed, 3 deletions(-) (limited to 'draklive') diff --git a/draklive b/draklive index bf9639a..2ee9857 100755 --- a/draklive +++ b/draklive @@ -240,13 +240,10 @@ 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 -- cgit v1.2.1