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.
2 parents 8fe3056 + f9d4166 commit b7b6e96Copy full SHA for b7b6e96
src/ugrd/fs/mounts.py
@@ -1024,6 +1024,7 @@ def mount_root(self) -> str:
1024
rootflags="$(readvar rootflags 'defaults,ro')"
1025
einfo "Mounting root partition based on /proc/cmdline: $root -t $roottype -o $rootflags"
1026
if ! mount "$root" "$(readvar MOUNTS_ROOT_TARGET)" -t "$roottype" -o "$rootflags"; then
1027
+ klog "[UGRD $(readvar VERSION)] Failed to mount root partition using /proc/cmdline: $root -t $roottype -o $rootflags"
1028
eerror "Failed to mount the root partition using /proc/cmdline: $root -t $roottype -o $rootflags"
1029
mount_default_root
1030
fi
0 commit comments