Home
last modified time | relevance | path

Searched refs:SKIP_FSCK (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/debian/overlay/usr/bin/
H A Dmount-helper73 SKIP_FSCK="/.skip_fsck"
74 if [ -f $SKIP_FSCK ];then
75 echo "Note: Will skip fsck, remove $SKIP_FSCK to enable"
77 echo "Note: Create $SKIP_FSCK to skip fsck"
79 unset SKIP_FSCK
H A Ddisk-helper391 [ "$SKIP_FSCK" -o "$PASS" -eq 0 ] && return
/OK3568_Linux_fs/external/rkscript/
H A Dmount-helper73 SKIP_FSCK="/.skip_fsck"
74 if [ -f $SKIP_FSCK ];then
75 echo "Note: Will skip fsck, remove $SKIP_FSCK to enable"
77 echo "Note: Create $SKIP_FSCK to skip fsck"
79 unset SKIP_FSCK
H A Ddisk-helper401 [ "$SKIP_FSCK" -o "$PASS" -eq 0 ] && return