Skip to content
Snippets Groups Projects
Verified Commit a915e34e authored by David Runge's avatar David Runge :chipmunk:
Browse files

Merge remote-tracking branch 'nl6720/netboot-version'

* nl6720/netboot-version:
  mkarchiso: put version files in netboot artifacts
parents a560de4f 0a58431d
No related branches found
No related tags found
No related merge requests found
......@@ -1137,7 +1137,7 @@ _make_version() {
rm -f -- "${pacstrap_dir}/version"
printf '%s\n' "${iso_version}" > "${pacstrap_dir}/version"
if [[ "${buildmode}" == "iso" ]]; then
if [[ "${buildmode}" == @("iso"|"netboot") ]]; then
install -d -m 0755 -- "${isofs_dir}/${install_dir}"
# Write version file to ISO 9660
printf '%s\n' "${iso_version}" > "${isofs_dir}/${install_dir}/version"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment