diff options
Diffstat (limited to 'helpers/lh_source_iso')
-rwxr-xr-x | helpers/lh_source_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_iso b/helpers/lh_source_iso index 6c3fc1e..585e812 100755 --- a/helpers/lh_source_iso +++ b/helpers/lh_source_iso @@ -101,7 +101,7 @@ cat >> chroot/source.sh << EOF genisoimage ${GENISOIMAGE_OPTIONS} -o source.iso -r -J -l -cache-inodes source EOF -Chroot "sh source.sh" +Chroot chroot "sh source.sh" # Move image mv chroot/source chroot/source.iso ./ |