OPNsense Forum

English Forums => General Discussion => Topic started by: nbari on September 30, 2023, 04:51:50 PM

Title: option 67 (Bootfile-name) - to automate debian instalations preseed.cfg
Post by: nbari on September 30, 2023, 04:51:50 PM
How could I configure DHCPv4 to serve this option:

if substring (option vendor-class-identifier, 0, 3) = "d-i" {
    filename "http://host/preseed.cfg";
}


I would like to automate the installation of Debian

Any ideas ?