diff options
author | Daniel Baumann <daniel@debian.org> | 2007-10-19 12:54:26 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-10-19 12:54:26 +0200 |
commit | 24767fd736ed94733afe7b238c7eb643a12a8032 (patch) | |
tree | c7118595834b7124ec953a611c1ee5bd169c7202 /helpers/lh_source_iso | |
parent | 979cd28cc41c7eb6284f001922de51d17fd8538d (diff) | |
download | vyos-live-build-24767fd736ed94733afe7b238c7eb643a12a8032.tar.gz vyos-live-build-24767fd736ed94733afe7b238c7eb643a12a8032.zip |
Removing mkisofs support.
Diffstat (limited to 'helpers/lh_source_iso')
-rwxr-xr-x | helpers/lh_source_iso | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_source_iso b/helpers/lh_source_iso index ef7241f5a..05d94d5b2 100755 --- a/helpers/lh_source_iso +++ b/helpers/lh_source_iso @@ -58,7 +58,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 # Installing depends Install_package @@ -103,7 +103,7 @@ fi mv source chroot cat >> chroot/source.sh << EOF -${LH_GENISOIMAGE} ${GENISOIMAGE_OPTIONS} -o source.iso -r -J -l -cache-inodes source +genisoimage ${GENISOIMAGE_OPTIONS} -o source.iso -r -J -l -cache-inodes source EOF Chroot "sh source.sh" |