Lines Matching refs:layout
102 layout=
119 [ "$KERNEL_INSTALL_VERBOSE" -gt 0 ] && [ -n "$layout" ] && \
120 echo "$install_conf configures layout=$layout"
227 if [ -z "$layout" ]; then
236 layout="bls"
241 layout="other"
244 echo "$BOOT_ROOT/loader/entries.srel with '$ENTRIES_SREL' found, using layout=$layout"
250 layout="bls"
252 … [ "$KERNEL_INSTALL_VERBOSE" -gt 0 ] && echo "$BOOT_ROOT/$ENTRY_TOKEN exists, using layout=$layout"
256 layout="other"
258 …[ "$KERNEL_INSTALL_VERBOSE" -gt 0 ] && echo "Entry-token directory not found, using layout=$layout"
277 export KERNEL_INSTALL_LAYOUT="$layout"
281 [ "$layout" = "bls" ]