Debian installer (preseed file) fom dhcp

Hello everyone,

I’m currently working on setting up a MikroTik router to act as a DHCP server for my network.
I’m interested in configuring the DHCP server to send a Preseed file during Debian automated installations.
I’ve successfully configured DHCP servers for this purpose in other environments (linux), but I’m having trouble figuring out how to achieve this with MikroTik.

Any suggestions are welcome

This is the configuration I currently use on my linux dhcp server:

if substring (option vendor-class-identifier, 0, 3) = "d-i" {
    filename "https://some-server.com/debian.cfg";
}

I think I should use the “Options” and “Option Matcher” tabs but I’m a bit lost…

Double posted thread.

http://forum.mikrotik.com/t/debian-installer-preseed-fom-dhcp/175807/1