diff options
Diffstat (limited to 'configs/ruby/Ruby.py')
-rw-r--r-- | configs/ruby/Ruby.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ruby/Ruby.py b/configs/ruby/Ruby.py index 369a4e355..2d69ac19a 100644 --- a/configs/ruby/Ruby.py +++ b/configs/ruby/Ruby.py @@ -156,7 +156,7 @@ def create_system(options, full_system, system, piobus = None, dma_ports = [], ruby = system.ruby # Generate pseudo filesystem - FileSystemConfig.config_filesystem(options) + FileSystemConfig.config_filesystem(system, options) # Create the network object (network, IntLinkClass, ExtLinkClass, RouterClass, InterfaceClass) = \ |