fix livecd/memstick config reload on boot

This commit is contained in:
Ad Schellevis 2015-03-24 14:57:04 +00:00
parent 162ce5f9da
commit 82c15d9f3c

View File

@ -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...";