summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-11-16 16:49:29 -0200
committerRenato Botelho <renato@netgate.com>2015-11-16 16:49:43 -0200
commitdab31392f9b80285c6d2e0c1d03b7b247939d653 (patch)
treeeed9cb20e03898dded2d1c9367aa42f51d18f5df /tools/builder_common.sh
parent16060c78acaebf12a533b8fdb1771df7b44e012f (diff)
downloadpfsense-dab31392f9b80285c6d2e0c1d03b7b247939d653.zip
pfsense-dab31392f9b80285c6d2e0c1d03b7b247939d653.tar.gz
Create a new core pkg, pfSense-rc, that will install /etc/rc. Add this package to kernel list if dependencies to make sure it's upgraded before reboot. It should fix #5457
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index e425d22..8292fde 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1060,6 +1060,7 @@ clone_to_staging_area() {
-X ${_exclude_files} \
.
+ core_pkg_create rc "" ${CORE_PKG_VERSION} ${STAGE_CHROOT_DIR}
core_pkg_create base "" ${CORE_PKG_VERSION} ${STAGE_CHROOT_DIR}
core_pkg_create base-nanobsd "" ${CORE_PKG_VERSION} ${STAGE_CHROOT_DIR}
core_pkg_create default-config "" ${CORE_PKG_VERSION} ${STAGE_CHROOT_DIR}
@@ -1119,6 +1120,8 @@ customize_stagearea_for_image() {
# Prepare final stage area
create_final_staging_area
+ pkg_chroot_add ${FINAL_CHROOT_DIR} rc
+
if [ "${1}" = "nanobsd" -o \
"${1}" = "nanobsd-vga" ]; then
OpenPOWER on IntegriCloud