diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-12 11:12:03 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-12 11:12:03 +0000 |
commit | fec95f7741ee924d2ad616d28671ad09a8483e98 (patch) | |
tree | 159fe56265d060d889958a153c4cba286d51b140 /draklive | |
parent | 5f82084a90655ba2a6fb05b0996e1610a5694472 (diff) | |
download | drakiso-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-x | draklive | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}'"; }, }, ); |