Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/ugrd/fs/mounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ def mount_root(self) -> str:
rootflags="$(readvar rootflags 'defaults,ro')"
einfo "Mounting root partition based on /proc/cmdline: $root -t $roottype -o $rootflags"
if ! mount "$root" "$(readvar MOUNTS_ROOT_TARGET)" -t "$roottype" -o "$rootflags"; then
klog "[UGRD $(readvar VERSION)] Failed to mount root partition using /proc/cmdline: $root -t $roottype -o $rootflags"
eerror "Failed to mount the root partition using /proc/cmdline: $root -t $roottype -o $rootflags"
mount_default_root
fi
Expand Down