较新的版本中isohybrid命令从syslinux转到了syslinux-utils中
This commit is contained in:
parent
9b4c47cc14
commit
993c86183a
|
@ -1,3 +1,12 @@
|
|||
live-build (3.0~a57-1ubuntu33k33) bionic; urgency=medium
|
||||
|
||||
[ 谢炜 ]
|
||||
* 较新的版本中isohybrid命令从syslinux转到了syslinux-utils中
|
||||
|
||||
[ Xie Wei ]
|
||||
|
||||
-- 谢炜 <xiewei@kylinos.cn> Fri, 20 Apr 2018 09:44:34 +0800
|
||||
|
||||
live-build (3.0~a57-1ubuntu33k32) bionic; urgency=medium
|
||||
|
||||
* add release bionic and beijing
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
From: =?utf-8?q?=E8=B0=A2=E7=82=9C?= <xiewei@kylinos.cn>
|
||||
Date: Fri, 20 Apr 2018 09:40:42 +0800
|
||||
Subject: kylin-fix-isohybrid-check
|
||||
|
||||
---
|
||||
scripts/build/lb_binary_iso | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/scripts/build/lb_binary_iso b/scripts/build/lb_binary_iso
|
||||
index 7f8f17a..dd487ab 100755
|
||||
--- a/scripts/build/lb_binary_iso
|
||||
+++ b/scripts/build/lb_binary_iso
|
||||
@@ -59,6 +59,7 @@ Check_package chroot/usr/bin/genisoimage genisoimage
|
||||
if [ "${LB_BINARY_IMAGES}" = "iso-hybrid" ]
|
||||
then
|
||||
Check_package chroot/usr/bin/isohybrid syslinux
|
||||
+ Check_package chroot/usr/bin/isohybrid syslinux-utils
|
||||
fi
|
||||
|
||||
# Restoring cache
|
|
@ -64,3 +64,4 @@ strip-pool-for-di.patch
|
|||
0064-ubuntu-no-gnupg-hardcode.patch
|
||||
0065-no-apt-key.patch
|
||||
0066-kylin-add-beijing-bionic.patch
|
||||
0067-kylin-fix-isohybrid-check.patch
|
||||
|
|
Loading…
Reference in New Issue