forked from Spark/builder
kek
This commit is contained in:
@@ -22,6 +22,8 @@ chmod 755 "$cnt_dir/rootfs/init"
|
||||
# Tell it where to fetch the package
|
||||
echo "$pkg_url" > "$cnt_dir/rootfs/repo"
|
||||
|
||||
export PKG_GIT_URL="$pkg_url"
|
||||
|
||||
# Start the container
|
||||
lxc-start -n "$cnt" -F; lxc_exit=$?
|
||||
(( lxc_exit )) && exit "$lxc_exit"
|
||||
|
Reference in New Issue
Block a user