summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xdraklive-install2
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d550fd..a0be9dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- create /media in the installed system (mga#24097)
- remove orphans after removing unwanted locales / hardware support
2.17
diff --git a/draklive-install b/draklive-install
index 319d740..58eb445 100755
--- a/draklive-install
+++ b/draklive-install
@@ -230,6 +230,8 @@ 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();
+ #- /media isn't included in the minimal root, and we don't copy it to avoid copying stale mount points
+ mkdir_p("$::prefix/media");
}
sub build_copy_command {