Home
last modified time | relevance | path

Searched refs:shelltimeout (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dsetup-live13 shelltimeout=30
36 if [ -n "$shelltimeout" ]; then
37 echo -n " " $(( $shelltimeout - $C ))
38 if [ $C -ge $shelltimeout ]; then
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-live.sh68 shelltimeout=30
70 shelltimeout=$optarg
143 if [ -n "$shelltimeout" ]; then
144 echo -n " " $(( $shelltimeout - $C ))
145 if [ $C -ge $shelltimeout ]; then