diff options
-rwxr-xr-x | configs/profile/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/profile/build.sh b/configs/profile/build.sh index a978772..b2febb1 100755 --- a/configs/profile/build.sh +++ b/configs/profile/build.sh @@ -80,7 +80,7 @@ make_setup_mkinitcpio() { make_customize_root_image() { cp -af ${script_path}/root-image ${work_dir}/${arch} - setarch ${arch} mkparabolaiso ${verbose} -w "${work_dir}/${arch}" -C "${pacman_conf}" -D "${install_dir}" -r '/root/customize_root_image.sh' run + iso_version="${iso_version}" setarch ${arch} mkparabolaiso ${verbose} -w "${work_dir}/${arch}" -C "${pacman_conf}" -D "${install_dir}" -r '/root/customize_root_image.sh' run rm ${work_dir}/${arch}/root-image/root/customize_root_image.sh } |