summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-11-04 14:07:59 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-11-04 14:07:59 +0000
commit52601828e4b488672dec20cb613ab8b5fd2c77e3 (patch)
treec121b82e3e69b76f5daffc70bdb95d47110fb356
parent7b391cf66049cc96ed57e998d19bca9ae656f04d (diff)
downloaddraklive-52601828e4b488672dec20cb613ab8b5fd2c77e3.tar
draklive-52601828e4b488672dec20cb613ab8b5fd2c77e3.tar.gz
draklive-52601828e4b488672dec20cb613ab8b5fd2c77e3.tar.bz2
draklive-52601828e4b488672dec20cb613ab8b5fd2c77e3.tar.xz
draklive-52601828e4b488672dec20cb613ab8b5fd2c77e3.zip
use -fatfirst option when hybridifying an image
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 5bc71eb..646c03e 100755
--- a/draklive
+++ b/draklive
@@ -686,7 +686,7 @@ sub build_iso_image {
if ($dest) {
my $dir = dirname($dest);
my $filename = basename($dest);
- run_('isohybrid', $dest);
+ run_('isohybrid', '-fatfirst', $dest);
run_('mkcd', '>', '/dev/null', '2>', '/dev/null', '--addmd5', $dest);
run_({ chdir => $dir }, 'md5sum', '>', $dest . '.md5', $filename);
run_({ chdir => $dir }, 'sha1sum', '>', $dest . '.sha1', $filename);