Make it easy to include local packages in the generated installer images

merge-requests/16/head
Raphaël Hertzog 4 years ago
parent ef71f0e3e9
commit f3a8a2d472
No known key found for this signature in database
GPG Key ID: 03881DABEBC29AB9

@ -103,7 +103,7 @@ export DISC_END_HOOK=$(pwd)/disc-end-hook
# Generate a simple package repository on the CD with the debs cited
# Please insert full paths.
#local_packages="/path/to/dir/with/deb/packages"
local_packages="$(pwd)/local_packages"
# Call mirror tools at each build- defaults to true.
#do_mirror="false"

Loading…
Cancel
Save