diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2014-10-01 04:07:17 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2014-10-01 04:07:17 +0000 |
| commit | 478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch) | |
| tree | b31430c773d683d336caf956649e9ed3f459369c /usr.bin/config/d_loop2 | |
Notes
Diffstat (limited to 'usr.bin/config/d_loop2')
| -rw-r--r-- | usr.bin/config/d_loop2 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.bin/config/d_loop2 b/usr.bin/config/d_loop2 new file mode 100644 index 000000000000..8e7238de5321 --- /dev/null +++ b/usr.bin/config/d_loop2 @@ -0,0 +1,16 @@ +include "arch/regress/conf/std.regress" +maxusers 4 +file-system REGRESSFS + +master0 at root + +# Devices that are their own parent must be handled properly +# when the instance is negated. + +looper* at master0 +looper* at looper? +looper1 at looper0 + +no looper* at looper? + +config regress root on ? |
