diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-19 12:54:26 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | b42ba836881e6fb6949dbdfa76aa9e6c1f89a031 (patch) | |
tree | c7118595834b7124ec953a611c1ee5bd169c7202 /helpers/lh_binary_iso | |
parent | 624fca8de55375fa425ef85b0cb6ac41721f4cc2 (diff) | |
download | vyos-live-build-b42ba836881e6fb6949dbdfa76aa9e6c1f89a031.tar.gz vyos-live-build-b42ba836881e6fb6949dbdfa76aa9e6c1f89a031.zip |
Removing mkisofs support.
Diffstat (limited to 'helpers/lh_binary_iso')
-rwxr-xr-x | helpers/lh_binary_iso | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_iso b/helpers/lh_binary_iso index 781a00703..cf38317c7 100755 --- a/helpers/lh_binary_iso +++ b/helpers/lh_binary_iso @@ -53,7 +53,7 @@ Check_lockfile .lock Create_lockfile .lock # Checking depends -Check_package chroot/usr/bin/"${LH_GENISOIMAGE}" ${LH_GENISOIMAGE} +Check_package chroot/usr/bin/genisoimage genisoimage # Restoring cache Restore_cache cache/packages_binary @@ -131,7 +131,7 @@ case "${LH_PACKAGES_LISTS}" in esac cat > binary.sh << EOF -${LH_GENISOIMAGE} ${GENISOIMAGE_OPTIONS} -o binary.iso -J -l -cache-inodes -allow-multidot binary +genisoimage ${GENISOIMAGE_OPTIONS} -o binary.iso -J -l -cache-inodes -allow-multidot binary EOF case "${LH_CHROOT_BUILD}" in |