Remove obsolete reference to /media
This commit is contained in:
parent
967abfc786
commit
c46e424c8f
|
@ -158,7 +158,7 @@ let locatedb = "/var/cache/locatedb"; in
|
|||
script =
|
||||
''
|
||||
mkdir -m 0755 -p $(dirname ${locatedb})
|
||||
exec updatedb --localuser=nobody --output=${locatedb} --prunepaths='/tmp /var/tmp /media /run'
|
||||
exec updatedb --localuser=nobody --output=${locatedb} --prunepaths='/tmp /var/tmp /run'
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -172,4 +172,4 @@ let locatedb = "/var/cache/locatedb"; in
|
|||
<xi:include href="option-declarations.xml" />
|
||||
<xi:include href="option-def.xml" />
|
||||
|
||||
</chapter>
|
||||
</chapter>
|
||||
|
|
Loading…
Reference in New Issue