summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS3
-rwxr-xr-xdraklive-install1
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b30e2ce..e4406b4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = draklive-install
-VERSION = 1.28
+VERSION = 1.29
dli_confdir = ${sysconfdir}/$(NAME).d
dli_sysconfigdir = $(dli_confdir)/sysconfig
diff --git a/NEWS b/NEWS
index ade4da2..e6e5be8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+1.29
+- do not run makedev, needed devices are now copied before
+
1.28
- use sligthly taller window for draklive-install so that diskdrake wizard
isn't cut off
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 {