Drives and serial. #3

Closed
sam wants to merge 4 commits from sam/LuPPC:blkdev-and-serial into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit af39ca5749 - Show all commits

View File

@ -156,7 +156,7 @@ function filesystem.register(basePath, identifier)
checkArg(1, value, "number")
return value --TODO: Implement, use real labels
end
return modules.component.api.register(modules.uuidmgr.lookup("filesystem", basePath or identifier), "filesystem", fs)
return modules.component.api.register(modules.uuidmgr.lookup("filesystem", identifier or basePath), "filesystem", fs)
end
return filesystem