From 998932734bd1fb5dc51e9f381e3b7fb1cbee9242 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 2 Jun 2010 11:38:16 +0000 Subject: do not run makedev, needed devices are now copied before --- draklive-install | 1 - 1 file changed, 1 deletion(-) (limited to 'draklive-install') 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 { -- cgit v1.2.1