Autogénération du fstab.

darcs-hash:20080209212217-41f88-42eb854d0af6f915e09d6199a7b11fac58b6814b.gz
This commit is contained in:
Jérémie Dimino 2008-02-09 22:22:17 +01:00
parent bef2bd61cb
commit d37751d8b9
4 changed files with 40 additions and 5 deletions

10
Probes/fstab Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
if [ ! -f /etc/fstab.local ]; then
echo "none"
exit 0
fi
echo "group:fstab.local"
exec cat /etc/fstab.local