This message was deleted.
# harvester
a
This message was deleted.
b
Perfect, thanks!
well almost, this talks about doing it during install, where would we install a yaml to make this be persistent on a machine already running?
g
in that it creates a file
Copy code
/oem/99_ixgbe.yaml
with contents..
Copy code
name: "reload ixgbe module"
stages:
  boot:
   - commands:
     - rmmod ixgbe && modprobe ixgbe
so dropping a file like this with what you need to be done will ensure the commands are run on boot each time
b
Perfect, thank you!