Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
21c6fa05 05/25/2018 11:58 AM Renato Botelho

Use already defined variable

3c44c845 01/31/2018 06:56 PM Luiz Souza

Silence warnings generated by sysctl to standard error.

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

48009b82 09/15/2017 08:51 PM Luiz Souza

Remove debug code.

b9253e25 09/15/2017 08:12 PM Luiz Souza

Do not remove the temporary files (debug only).

3eb019d5 09/15/2017 08:00 PM Luiz Souza

Set a default when findroot is not set.

5d376f2d 09/15/2017 07:39 PM Luiz Souza

Add some debug output.

5e58e8bd 09/15/2017 05:56 PM Luiz Souza

Fix the build, add the new getopt option.

Reported by: garga
Pointy-hat to: loos

318a7b77 09/15/2017 04:30 PM Luiz Souza

Pass the search path to create_core_package.sh.

This allows the use of more than one path to build the package.

19ef4922 12/22/2016 12:55 PM Renato Botelho

Remove rescue from installation media

59537908 11/09/2016 02:57 PM Renato Botelho

err() expects a single parameter

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

eac7a83c 08/03/2016 10:34 AM Renato Botelho

Do not include rescue on installation media

122afc75 08/03/2016 09:33 AM Renato Botelho

Change order arguments are validated to make more sense

963c399b 08/03/2016 09:29 AM Renato Botelho

Do not call realpath for a possible non-existent directory

22ba6bf2 08/02/2016 07:02 PM Renato Botelho

Force removal of temporary directory and disable trap

a07126aa 08/02/2016 07:02 PM Renato Botelho

Remove redundant attribution

88a14469 08/02/2016 02:47 PM Renato Botelho

Do not remove destdir where system is going to be installed

582f023e 08/02/2016 11:23 AM Renato Botelho

Remove wrong call to dirname

0adc9314 08/02/2016 10:52 AM Renato Botelho

Add missing /

8928c119 08/01/2016 08:40 PM Renato Botelho

Do not check for src versus host osversion, let FreeBSD src take care of it

80c76b0c 08/01/2016 08:35 PM Renato Botelho

err() expects a single parameter

06efbd3b 08/01/2016 08:31 PM Renato Botelho

Add missing /

adf2b358 08/01/2016 08:29 PM Renato Botelho

Add missing options

1217cd7a 08/01/2016 08:14 PM Renato Botelho

Add create_core_pkg.sh and start using it

468f236d 08/01/2016 07:49 PM Renato Botelho

Add install_freebsd.sh and use it

29cdd776 08/01/2016 07:31 PM Renato Botelho

Add build_freebsd.sh and start using it

a10a0e70 08/01/2016 05:02 PM Renato Botelho

Add git_checkout.sh and common.subr

This is the first of a set commits to start replacing big
builder_common.sh by smaller and specific scripts to do necessary build
tasks.

First is git_checkout.sh, a script used to checkout or update a git
repository on desired destination dir and branch or tag.