<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>> if option vendor-class-identifier ~= "OS6450-48" {</div>
<div>> set model = "6450-48";</div>
<div>> }</div>
<div>> </div>
<div>> option bootfile-name = concat("instruction/", model, ".alu”);</div>
<div>> </div>
<div><br>
</div>
<div>If I use the variable in a execute-statement, it works having a mix of variables and text. Without using concat. But that does not work in an option.</div>
<div><br>
</div>
<div>For example:</div>
<div><br>
</div>
<div>
<div> execute ("/usr/local/bin/create_instruction", model);</div>
</div>
<div><br>
</div>
<div>I have tested skipping concat in bootfile-name but that did not work. But why is it not possible to use a set variable in an option-statement.. if anyone can answer this I’d be thankful!</div>
<div><br>
</div>
<div>Rgds//Thomas</div>
<div><br>
</div>
</body>
</html>