summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index b34b3af..2a41c4b 100755
--- a/draklive
+++ b/draklive
@@ -935,7 +935,7 @@ sub post_install_system {
output_with_perm(get_system_root($live) . '/etc/fstab', 0644,
$live->{mount}{overlay}
? "none / $live->{mount}{overlay} rw 0 0\n"
- : "/dev/root / " . get_media_setting($live->{media}, 'fs') . " defaults 1 1\n"
+ : get_media_setting($media, 'source') . " / " . get_media_setting($live->{media}, 'fs') . " defaults 1 1\n"
);
#- interactive mode can lead to race in initscripts