You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ugrd/base/base.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ def generate_nodes(self):
73
73
self.logger.info("Created device node %s at path: %s"% (node, node_path))
74
74
exceptPermissionErrorase:
75
75
self.logger.error("Unable to create device node %s at path: %s"% (node, node_path))
76
-
self.logger.info("`mknode` in `ugrd.base` can be used to generate device nodes within the initramfs archive if they cannot be created on the host system.")
76
+
self.logger.info("`mknod_cpio` in `ugrd.base` can be used to generate device nodes within the initramfs archive if they cannot be created on the host system.")
0 commit comments