Home
last modified time | relevance | path

Searched refs:rwfst (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-init.sh198 rwfst=$(probe_fs_type "$rwdev")
207 fsck=$fsckbase$rwfst
234 echo "rofs = $rofs $rofst rwfs = $rwfs $rwfst"
325 if test "$force_rwfst_jffs2" = "y" -a "$rwfst" != jffs2 -a ! -f $trigger
350 if mount "$rwdev" "$rwdir" -t "$rwfst" -o "$rwopts"; then
370 rwfst=$(probe_fs_type "$rwdev")
371 fsck=$fsckbase$rwfst
376 rwfst=none
382 rwfst=none
388 if test "$rwfst$copyfiles" = noney
[all …]
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/
H A Dgxp-obmc-init.sh208 rwfst=$(probe_fs_type "$rwdev")
217 fsck=$fsckbase$rwfst
243 echo "rofs = $rofs $rofst rwfs = $rwfs $rwfst"
329 if test "$force_rwfst_jffs2" = "y" -a "$rwfst" != jffs2 -a ! -f $trigger
358 rwfst=$(probe_fs_type "$rwdev")
359 fsck=$fsckbase$rwfst
364 rwfst=none
370 rwfst=none
376 if test "$rwfst$copyfiles" = noney
418 elif test "$rwfst" != jffs2 -a "$rwfst" != none
[all …]
/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/
H A Drwfs-clean-dev.patch12 +if mount $rwdev $rwdir -t $rwfst -o $rwopts; then