We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a26c0a commit 6acd1c5Copy full SHA for 6acd1c5
src/ugrd/base/cmdline.py
@@ -36,7 +36,7 @@ def mount_cmdline_root(self) -> str:
36
'if [ $? -ne 0 ] || [ -z "$CMDLINE_ROOT" ]; then',
37
' echo "Failed to mount the root parition using /proc/cmdline"']
38
for func in self['_init_mount']:
39
- if not func():
+ if not func(self):
40
continue
41
out_str.append(f' {func.__name__}')
42
out_str.append('fi')
0 commit comments