• R/O
  • HTTP
  • SSH
  • HTTPS

serene-bodhibuilder: Commit


Commit MetaInfo

Revisiona46842d451ba63267e54a6a9cba8f2496c632f98 (tree)
Time2019-05-07 17:14:42
Authorhayao <shun819.mail@gmai...>
Commiterhayao

Log Message

ISO作成が実行できない問題を修正しました

Change Summary

Incremental Difference

--- a/usr/bin/bodhibuilder
+++ b/usr/bin/bodhibuilder
@@ -935,7 +935,7 @@ log_msg "${WORKDIR} is on a ${DIRTYPE} filesystem"
935935 #find fix for vesamenu.32 provided by Krasimir S. Stefanov <lokiisyourmaster@gmail.com>
936936 #~ VESAMENU=`find /usr -print0 | grep -FzZ "syslinux/vesamenu.c32"`
937937 if [ "${UBUVERSION}" -le 14 ] ; then
938- VESAMENU=`find /usr/lib/syslinux/modules/bios/ -name "vesamenu.c32" | grep "vesamenu.c32"
938+ VESAMENU=`find /usr/lib/syslinux/modules/bios/ -name "vesamenu.c32" | grep "vesamenu.c32"`
939939 cp ${VESAMENU} ${WORKDIR}/ISOTMP/isolinux/
940940 elif [ "${UBUVERSION}" -gt 14 ] ; then
941941 #~ case ${ARCH} in
Show on old repository browser