Commit 82c15d9f authored by Ad Schellevis's avatar Ad Schellevis

fix livecd/memstick config reload on boot

parent 162ce5f9
......@@ -139,6 +139,8 @@ echo "done.\n";
/* Display live system's early boot options */
if (is_install_media()) {
rescue_detect_keypress();
// config may have changed (copied by installer)
OPNsense\Core\Config::getInstance()->forceReload();
}
echo "Loading configuration...";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment