diff --git a/runit/scripts/03-filesystems.sh b/runit/scripts/03-filesystems.sh index 8061b5d..36c4bd5 100644 --- a/runit/scripts/03-filesystems.sh +++ b/runit/scripts/03-filesystems.sh @@ -75,4 +75,5 @@ msg "Mounting all non-network filesystems..." mount -a -t "nosysfs,nonfs,nonfs4,nosmbfs,nocifs" -O no_netdev || emergency_shell # data module msg "Creating and mounting data directories..." -/usr/local/bin/mount-data || emergency_shell +# TODO: todavĂ­a no tenemos modulo de data que genere esto +# /usr/local/bin/mount-data || emergency_shell