Revision 5dea3b46
Added by Renato Botelho about 9 years ago
tools/builder_common.sh | ||
---|---|---|
1274 | 1274 |
create_final_staging_area |
1275 | 1275 |
|
1276 | 1276 |
pkg_chroot_add ${FINAL_CHROOT_DIR} rc |
1277 |
pkg_chroot_add ${FINAL_CHROOT_DIR} repo |
|
1277 | 1278 |
|
1278 | 1279 |
if [ "${_image_type}" = "nanobsd" -o \ |
1279 | 1280 |
"${_image_type}" = "nanobsd-vga" ]; then |
... | ... | |
1292 | 1293 |
pkg_chroot_add ${FINAL_CHROOT_DIR} base |
1293 | 1294 |
fi |
1294 | 1295 |
|
1295 |
pkg_chroot_add ${FINAL_CHROOT_DIR} repo |
|
1296 |
|
|
1297 | 1296 |
if [ "${_image_type}" = "iso" -o \ |
1298 | 1297 |
"${_image_type}" = "memstick" -o \ |
1299 | 1298 |
"${_image_type}" = "memstickserial" -o \ |
Also available in: Unified diff
Add repo package before base