Skip to content

Commit 91169ed

Browse files
author
Daniel Ruthardt
committed
✏️ Fix typo
Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>
1 parent a1eaa85 commit 91169ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlayroot/scripts/init-bottom/overlayroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ mount --move "${ROOTMNT}" "${root_ro}" ||
780780
# "panic". Otherwise the boot process is very likely to fail with even more
781781
# errors and leave the system in a wired state.
782782

783-
# mount virtual fs ${ROOTMNT} with rw-fs ${root_rw} on top or ro-fs ${root_ro}.
783+
# mount virtual fs ${ROOTMNT} with rw-fs ${root_rw} on top of ro-fs ${root_ro}.
784784
debug mount -t "$mount_type" $mount_opts
785785
mount -t "$mount_type" $mount_opts
786786
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)