Using custom variable to assign value to bootfile-name

Niall O'Reilly niall.oreilly at ucd.ie
Wed Nov 11 20:47:32 UTC 2015


On Wed, 11 Nov 2015 13:08:47 +0000,
<karteek.challa at wipro.com> wrote:
> 
> 
> Below is the example of my thought.
> 
> fsname.conf:
> 
> group target_1{
> 
> set tg1_fs = “soft_1.tar”;
> 
> }

  Variables don't do what you need.

  I'ld suggest something like this, repeated for the other groups:

group target_1 {
  option boot-filename = "soft_1.tar";
}

  Best regards,
  Niall O'Reilly
  


More information about the dhcp-users mailing list