summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2010-06-02 11:38:16 +0000
committerPascal Terjan <pterjan@mandriva.org>2010-06-02 11:38:16 +0000
commit998932734bd1fb5dc51e9f381e3b7fb1cbee9242 (patch)
tree4a9059f7e3328c4565b271c3264a08fcddc9df87 /draklive-install
parentb551cd965ad528af3799ed3e58f0b0f6b9762b47 (diff)
downloaddraklive-install-998932734bd1fb5dc51e9f381e3b7fb1cbee9242.tar
draklive-install-998932734bd1fb5dc51e9f381e3b7fb1cbee9242.tar.gz
draklive-install-998932734bd1fb5dc51e9f381e3b7fb1cbee9242.tar.bz2
draklive-install-998932734bd1fb5dc51e9f381e3b7fb1cbee9242.tar.xz
draklive-install-998932734bd1fb5dc51e9f381e3b7fb1cbee9242.zip
do not run makedev, needed devices are now copied before1.29
Diffstat (limited to 'draklive-install')
-rwxr-xr-xdraklive-install1
1 files changed, 0 insertions, 1 deletions
diff --git a/draklive-install b/draklive-install
index 0235a5c..0947cb0 100755
--- a/draklive-install
+++ b/draklive-install
@@ -201,7 +201,6 @@ sub prepare_root {
#- create required directories and devices (early to have a consistent root before calling other programs)
my $_wait = $in->wait_message('', N("Please wait"));
fs::any::prepare_minimal_root($all_hds);
- run_program::run('makedev', $::prefix . '/dev');
}
sub build_copy_command {