We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1eaa85 commit 91169edCopy full SHA for 91169ed
overlayroot/scripts/init-bottom/overlayroot
@@ -780,7 +780,7 @@ mount --move "${ROOTMNT}" "${root_ro}" ||
780
# "panic". Otherwise the boot process is very likely to fail with even more
781
# errors and leave the system in a wired state.
782
783
-# mount virtual fs ${ROOTMNT} with rw-fs ${root_rw} on top or ro-fs ${root_ro}.
+# mount virtual fs ${ROOTMNT} with rw-fs ${root_rw} on top of ro-fs ${root_ro}.
784
debug mount -t "$mount_type" $mount_opts
785
mount -t "$mount_type" $mount_opts
786
if [ $? -ne 0 ]; then
0 commit comments