mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove some debugging code that snuck in.
This commit is contained in:
parent
4ba25c5ab2
commit
bd67b82b61
1 changed files with 1 additions and 3 deletions
|
|
@ -50,10 +50,8 @@ rm -rf $BSDINSTALL_TMPETC
|
|||
mkdir $BSDINSTALL_TMPETC
|
||||
|
||||
split -a 2 -p '^#!.*' "$SCRIPT" /tmp/bsdinstall-installscript-
|
||||
cd /tmp
|
||||
echo BORK
|
||||
|
||||
. bsdinstall-installscript-aa
|
||||
. /tmp/bsdinstall-installscript-aa
|
||||
: ${DISTRIBUTIONS="kernel.txz base.txz"}; export DISTRIBUTIONS
|
||||
export BSDINSTALL_DISTDIR
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue