summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild_tools/archiso-19/mythvantage/build.sh2
-rw-r--r--build_tools/archiso-19/mythvantage/mount2.28.2.tar.xzbin0 -> 652528 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/build_tools/archiso-19/mythvantage/build.sh b/build_tools/archiso-19/mythvantage/build.sh
index f64ae43..921bc23 100755
--- a/build_tools/archiso-19/mythvantage/build.sh
+++ b/build_tools/archiso-19/mythvantage/build.sh
@@ -91,6 +91,8 @@ make_customize_airootfs() {
setarch ${arch} mkarchiso ${verbose} -w "${work_dir}/${arch}" -C "${pacman_conf}" -D "${install_dir}" -r '/root/customize_airootfs.sh' run
rm ${work_dir}/${arch}/airootfs/root/customize_airootfs.sh
+ #copy in a static built mount 2.28.2 for mv_install.py to run for install on the iso
+ cp -af ${script_path}/mount2.28.2.tar.xz ${work_dir}/${arch}/airootfs/tmp/
}
# Prepare kernel/initramfs ${install_dir}/boot/
diff --git a/build_tools/archiso-19/mythvantage/mount2.28.2.tar.xz b/build_tools/archiso-19/mythvantage/mount2.28.2.tar.xz
new file mode 100644
index 0000000..dd8eeff
--- /dev/null
+++ b/build_tools/archiso-19/mythvantage/mount2.28.2.tar.xz
Binary files differ