summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-01-18 17:05:35 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-01-18 17:05:35 +0000
commit5b5513510e11e93ee2d247aa5ad755cca9da62b3 (patch)
tree463722ed8f656b3acd19c6da1de7946c0430a1da
parentae9641a7c02a3fd64f08469c0072670b098c1914 (diff)
downloaddraklive-5b5513510e11e93ee2d247aa5ad755cca9da62b3.tar
draklive-5b5513510e11e93ee2d247aa5ad755cca9da62b3.tar.gz
draklive-5b5513510e11e93ee2d247aa5ad755cca9da62b3.tar.bz2
draklive-5b5513510e11e93ee2d247aa5ad755cca9da62b3.tar.xz
draklive-5b5513510e11e93ee2d247aa5ad755cca9da62b3.zip
readd -fatfirst option when hybridifying an image
isohybrid in cooker has it
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 886ed1b..47725fd 100755
--- a/draklive
+++ b/draklive
@@ -708,7 +708,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);