summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive1
1 files changed, 1 insertions, 0 deletions
diff --git a/draklive b/draklive
index e55fc74..2c7fb40 100755
--- a/draklive
+++ b/draklive
@@ -513,6 +513,7 @@ sub create_initrd_scriptlet {
"sh -c 'while ! ls /sys/block/${rrpt_dev}/${rrpt_dev}* >/dev/null 2>&1; do sleep 3; blockdev --rereadpt /dev/${rrpt_dev} >/dev/null 2>&1; done'"),
$debug_shell,
if_($pre, deref_array($pre)),
+ "mkdevices /dev",
($fs eq 'nfs' ? '/bin/mount -n -o ro,nolock' : 'mount') .
if_(@mount_options, " -o " . join(",", @mount_options)) .
" -t $fs " . get_media_source_for_nash($media, 'source') . " $live->{prefix}{live}{mnt}$live->{prefix}{media}{mnt}",