On Sat Mar 8 09:10:24 EST 2014, ru...@mostlymaths.net wrote: > Sorry to be bothersome again, but still can't figure it out. I need > /srv/dos available in /lib/namespace, so I can mount the external drive > before anything else is done on the system, but to do so I need to execute > dossrv, and in a namespace file I can't execute anything beside bind/mount > and related commands (at least according to namespace(6))
there would be a line similar to in /lib/namespace mount /srv/thing /n/thing if /srv/thing is available when the connection is made, then /n/thing is mounted. /lib/namespace is not a shell script; the directives available are documented in namespace(6). - erik