mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Install base package on final stage dir, in preparation to base-nanobsd
This commit is contained in:
parent
39ef49f648
commit
6ee167def4
@ -1093,8 +1093,6 @@ clone_to_staging_area() {
|
||||
# Make sure pkg is present
|
||||
pkg_bootstrap ${STAGE_CHROOT_DIR}
|
||||
|
||||
pkg_chroot_add ${STAGE_CHROOT_DIR} base
|
||||
|
||||
echo "Done!"
|
||||
}
|
||||
|
||||
@ -1125,6 +1123,8 @@ customize_stagearea_for_image() {
|
||||
# Prepare final stage area
|
||||
create_final_staging_area
|
||||
|
||||
pkg_chroot_add ${FINAL_CHROOT_DIR} base
|
||||
|
||||
if [ "${1}" = "iso" -o \
|
||||
"${1}" = "memstick" -o \
|
||||
"${1}" = "memstickserial" -o \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user