mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 15:42:58 +00:00
Force genisoimage instead of mkisofs
This commit is contained in:
parent
e115e9c2b8
commit
96a9f914e8
2 changed files with 15 additions and 2 deletions
12
livecd-tools-21.1-genisoimage.patch
Normal file
12
livecd-tools-21.1-genisoimage.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -urN livecd-tools-21.1/imgcreate/live.py livecd-tools-21.1-patched/imgcreate/live.py
|
||||
--- livecd-tools-21.1/imgcreate/live.py 2017-10-25 11:52:39.634719874 +1000
|
||||
+++ livecd-tools-21.1-patched/imgcreate/live.py 2017-10-25 11:53:44.552718170 +1000
|
||||
@@ -314,7 +314,7 @@
|
||||
def __create_iso(self, isodir):
|
||||
iso = self._outdir + "/" + self.name + ".iso"
|
||||
|
||||
- args = ["/usr/bin/mkisofs",
|
||||
+ args = ["/usr/bin/genisoimage",
|
||||
"-J", "-r",
|
||||
"-hide-rr-moved", "-hide-joliet-trans-tbl",
|
||||
"-V", self.fslabel,
|
|
@ -3,7 +3,7 @@
|
|||
Summary: Tools for building live CDs
|
||||
Name: livecd-tools
|
||||
Version: 21.1
|
||||
Release: 32
|
||||
Release: 33
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
|
@ -32,12 +32,13 @@ Patch19: livecd-tools-21.1.support.efi32.patch
|
|||
Patch20: livecd-tools-21.1.verify.signatures.patch
|
||||
Patch21: livecd-tools-21.1.use.add_drivers.patch
|
||||
Patch22: livecd-tools-21.1.no.vga.opts.patch
|
||||
Patch23: livecd-tools-21.1-genisoimage.patch
|
||||
|
||||
Requires: python-imgcreate = %{EVRD}
|
||||
Requires: dosfstools
|
||||
Requires: dumpet
|
||||
Requires: e2fsprogs
|
||||
Requires: mkisofs
|
||||
Requires: cdrkit-genisoimage
|
||||
Requires: isomd5sum
|
||||
Requires: lorax >= 18.3
|
||||
Requires: parted
|
||||
|
|
Loading…
Add table
Reference in a new issue