mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 23:52:58 +00:00
updated patch
This commit is contained in:
parent
4b1e7768e5
commit
25ba35ec00
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
diff -Nur livecd-tools-18.8.old/imgcreate/live.py livecd-tools-18.8/imgcreate/live.py
|
||||
--- livecd-tools-18.8.old/imgcreate/live.py 2014-01-21 16:34:58.035328392 +0400
|
||||
+++ livecd-tools-18.8/imgcreate/live.py 2014-01-21 16:34:25.035327409 +0400
|
||||
--- livecd-tools-18.8.old/imgcreate/live.py 2014-01-21 16:45:02.415346403 +0400
|
||||
+++ livecd-tools-18.8/imgcreate/live.py 2014-01-21 16:45:58.075348061 +0400
|
||||
@@ -323,8 +323,12 @@
|
||||
if os.path.exists("/usr/bin/isohybrid"):
|
||||
if os.path.exists(isodir + "/isolinux/efiboot.img"):
|
||||
|
@ -11,10 +11,10 @@ diff -Nur livecd-tools-18.8.old/imgcreate/live.py livecd-tools-18.8/imgcreate/li
|
|||
subprocess.call(["/usr/bin/isohybrid", iso])
|
||||
+ subprocess.call(["/usr/bin/rosa-image-fix-x86.pl", iso])
|
||||
+ logging.warn("iso hacked with x86 version of script")
|
||||
|
||||
arch = getBaseArch()
|
||||
if arch in ("i386", "i586", "i686"):
|
||||
@@ -679,7 +683,7 @@
|
||||
|
||||
self.__implant_md5sum(iso)
|
||||
|
||||
@@ -671,7 +675,7 @@
|
||||
return """label local
|
||||
menu label Boot from local drive
|
||||
menu default
|
||||
|
|
Loading…
Add table
Reference in a new issue