Skip to content
Snippets Groups Projects
Commit 2328aedd authored by Pellaeon Lin's avatar Pellaeon Lin
Browse files

bsdinstall.sh : pass in variable to chroot

parent 9748c333
No related merge requests found
......@@ -5,7 +5,7 @@
# Instead of downloading bsd-cloudinit-installer directly in the chroot,
# this approach allows you to modify bsd-cloudinit-installer/installer.sh
# and test it using this script.
FLS_INSTALLER_CONTENT="`/usr/bin/openssl enc -base64 < $BSDINIT_INSTALLER_FILE`"
export FLS_INSTALLER_CONTENT="`/usr/bin/openssl enc -base64 < $BSDINIT_INSTALLER_FILE`"
if [ $GIT_REF ]
then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment