romount fix

master
Harald Hoyer 2013-01-22 18:11:04 +01:00
parent 7bd8f23303
commit 8b6bf0ef57
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ mount_root() {
_rflags_ro="$rflags,ro"

while ! mount -t ${rootfs} -o "$_rflags_ro" "${root#block:}" "$NEWROOT"; do
warn "Failed to mount -t ${rootfs} -o $_rflags_ro ${root#block:} $NEWROOT"
warn "Failed to mount -t ${rootfs} -o ${_rflags_ro##,} ${root#block:} $NEWROOT"
fsck_ask_err
done