Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-init.sh209 optfile=/run/initramfs/init-options
215 if test -e /${optfile##*/}
217 cp /${optfile##*/} $optfile
227 if test ! -f $optfile
229 cat /proc/cmdline $optbase > $optfile
230 get_fw_env_var openbmcinit >> $optfile
231 get_fw_env_var openbmconce >> $optfile
236 if grep -w debug-init-sh $optfile
310 if grep -w clean-rwfs-filesystem $optfile
316 if grep -w factory-reset $optfile
[all …]
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/
H A Dgxp-obmc-init.sh219 optfile=/run/initramfs/init-options
224 if test -e /${optfile##*/}
226 cp /${optfile##*/} $optfile
236 if test ! -f $optfile
238 cat /proc/cmdline $optbase > $optfile
239 get_fw_env_var openbmcinit >> $optfile
240 get_fw_env_var openbmconce >> $optfile
245 if grep -w debug-init-sh $optfile
251 grep -w openbmc-init-download-files $optfile
314 if grep -w clean-rwfs-filesystem $optfile
[all …]
/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/
H A Drwfs-clean-dev.patch17 if grep -w clean-rwfs-filesystem $optfile