Skip to content
Open
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
2 changes: 1 addition & 1 deletion usr/wave_initramfs_files/init
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ busybox mount -t ext4 /dev/loop1 /cache

image=/stage1/ramdisk.img

if busybox test -e /cache/.startrecovery || busybox grep -q bootmode=2 /proc/cmdline || [ "$force_recovery" -eq "1" ] ; then
if busybox test -e /cache/.startrecovery || busybox grep -q bootmode=0 /proc/cmdline || busybox grep -q bootmode=2 /proc/cmdline || [ "$force_recovery" -eq "1" ] ; then
# recovery boot
busybox rm -fr /cache/.startrecovery
image=/stage1/ramdisk-recovery.img
Expand Down