Augustin-FL / building-pfsense-iso-from-source

How to: Building a pfSense .iso from sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

export PRODUCT_NAME="fypSense" failed to execute

usamasiddique52 opened this issue · comments

export PRODUCT_NAME="fypSense" failed to execute
it gives error export: command not found

I figured it out, use setenv instead of export

But now got a new error after running this command (export PKG_REPO_SIGNING_COMMAND="/root/sign/sign.sh ${PKG_REPO_SIGN_KEY}")

error message:

PKG_REPO_SIGN_KEY: Undefined variable

This is not supposed to be executed in a live shell.

As explained, you need to create a file called build.conf in the folder of pfSense GUI. Then you need to enter the export lines inside.

Can I close this issue?