Commit df2fbeb2 authored by Franco Fichtner's avatar Franco Fichtner

rc: make individual chunks a bit more apparent in loader.conf

parent 765b22f1
......@@ -1926,7 +1926,7 @@ function system_login_configure()
$new_loader_conf = @file_get_contents('/boot/loader.conf');
/* append our console options */
$new_loader_conf .= "\n# dynamically generated settings follow\n";
$new_loader_conf .= "# dynamically generated settings follow\n";
foreach ($new_boot_config as $param => $value) {
if (!empty($value)) {
$new_loader_conf .= "{$param}={$value}\n";
......
......@@ -55,6 +55,7 @@ for LOADERCHUNK in ${LOADERCHUNKS}; do
echo "rc.loader: assembling ${LOADERCHUNK#??-}"
cat ${LOADERDIR}/${LOADERCHUNK} >> ${LOADERCONF}
echo >> ${LOADERCONF}
done
exit 0
......@@ -13,6 +13,7 @@ if_vlan_load="YES"
pf_load="YES"
pflog_load="YES"
pfsync_load="YES"
# The netgraph(4) framework is loaded here
# for backwards compat with the pre-16.7
# kernel configuration that compiled all of
......
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