Remove debug code.
(cherry picked from commit 48009b827409d6d6dd19a9f0d5d18f80ca62092a)
Do not remove the temporary files (debug only).
(cherry picked from commit b9253e25374bb686824a33d1c9201bdb7aeb1483)
Set a default when findroot is not set.
(cherry picked from commit 3eb019d5214f40e67520c919e3d42ba776d9a212)
Add some debug output.
(cherry picked from commit 5d376f2d315490861a30dd41da50165d2f7e6a2d)
Fix the build, add the new getopt option.
Reported by: gargaPointy-hat to: loos
(cherry picked from commit 5e58e8bdedb48f605df96b4a7f942a2fd979d5d4)
Pass the search path to create_core_package.sh.
This allows the use of more than one path to build the package.
(cherry picked from commit 318a7b7766d442c9c4de0f29bea5f587040ae243)
Remove rescue from installation media
err() expects a single parameter
Move copyright from ESF to Netgate
Do not include rescue on installation media
Change order arguments are validated to make more sense
Do not call realpath for a possible non-existent directory
Force removal of temporary directory and disable trap
Remove redundant attribution
Do not remove destdir where system is going to be installed
Remove wrong call to dirname
Add missing /
Do not check for src versus host osversion, let FreeBSD src take care of it
Add missing options
Add create_core_pkg.sh and start using it
Add install_freebsd.sh and use it
Add build_freebsd.sh and start using it
Add git_checkout.sh and common.subr
This is the first of a set commits to start replacing bigbuilder_common.sh by smaller and specific scripts to do necessary buildtasks.
First is git_checkout.sh, a script used to checkout or update a gitrepository on desired destination dir and branch or tag.