201c201
< root = makeDualRoot(test_sys, drive_sys, options.etherdump)
---
> root = makeDualRoot(True, test_sys, drive_sys, options.etherdump)
203c203
< root = Root(system=test_sys)
---
> root = Root(full_system=True, system=test_sys)