diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-01-18 17:05:35 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-01-18 17:05:35 +0000 |
commit | 5b5513510e11e93ee2d247aa5ad755cca9da62b3 (patch) | |
tree | 463722ed8f656b3acd19c6da1de7946c0430a1da /draklive | |
parent | ae9641a7c02a3fd64f08469c0072670b098c1914 (diff) | |
download | drakiso-5b5513510e11e93ee2d247aa5ad755cca9da62b3.tar drakiso-5b5513510e11e93ee2d247aa5ad755cca9da62b3.tar.gz drakiso-5b5513510e11e93ee2d247aa5ad755cca9da62b3.tar.bz2 drakiso-5b5513510e11e93ee2d247aa5ad755cca9da62b3.tar.xz drakiso-5b5513510e11e93ee2d247aa5ad755cca9da62b3.zip |
readd -fatfirst option when hybridifying an image
isohybrid in cooker has it
Diffstat (limited to 'draklive')
-rwxr-xr-x | draklive | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |