summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive4
1 files changed, 2 insertions, 2 deletions
diff --git a/draklive b/draklive
index 96aaa57..0d4a97a 100755
--- a/draklive
+++ b/draklive
@@ -576,7 +576,7 @@ sub remove_unneeded_bootlogo_locales {
-f $bootlogo or return;
my $cwd = Cwd::getcwd();
- my $tempdir = File::Temp::tempdir("tmp/mdvgfxbootXXXX", CLEANUP => 1);
+ my $tempdir = File::Temp::tempdir("tmp/mgagfxbootXXXX", CLEANUP => 1);
chdir $tempdir;
!system("cpio -id < $bootlogo") or return;
@@ -762,7 +762,7 @@ sub build_iso_image {
if ($dest) {
my $dir = dirname($dest);
my $filename = basename($dest);
- run_('isohybrid', $dest);
+ run_('isohybrid', '-o 1', $dest);
run_('mgaiso-addmd5', '>', '/dev/null', '2>', '/dev/null', $dest);
run_({ chdir => $dir }, 'md5sum', '>', $dest . '.md5', $filename);
run_({ chdir => $dir }, 'sha1sum', '>', $dest . '.sha1', $filename);