summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-12 11:12:03 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-12 11:12:03 +0000
commitfec95f7741ee924d2ad616d28671ad09a8483e98 (patch)
tree159fe56265d060d889958a153c4cba286d51b140 /draklive
parent5f82084a90655ba2a6fb05b0996e1610a5694472 (diff)
downloaddrakiso-fec95f7741ee924d2ad616d28671ad09a8483e98.tar
drakiso-fec95f7741ee924d2ad616d28671ad09a8483e98.tar.gz
drakiso-fec95f7741ee924d2ad616d28671ad09a8483e98.tar.bz2
drakiso-fec95f7741ee924d2ad616d28671ad09a8483e98.tar.xz
drakiso-fec95f7741ee924d2ad616d28671ad09a8483e98.zip
oops, do not use nash-mount here
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 696569b..19a87ee 100755
--- a/draklive
+++ b/draklive
@@ -330,7 +330,7 @@ my %overlay = (
"$live->{prefix}{live}{mnt}$_->{mountpoint}=" .
(!$loop{$_->{type}}{read_only} && !$_->{read_only} ? 'rw' : 'ro');
} reverse grep { !$_->{fallback} } @{$live->{mount}{dirs} || []});
- "sh -c 'nash-mount -o dirs=$dirs -t unionfs unionfs $live->{prefix}{live}{mnt}$live->{mount}{root}'";
+ "sh -c 'mount -o dirs=$dirs -t unionfs unionfs $live->{prefix}{live}{mnt}$live->{mount}{root}'";
},
},
);