[arch-commits] Commit in seabios/trunk (PKGBUILD config.seabios-128k)

Anatol Pomozov anatolik at archlinux.org
Fri Nov 10 18:04:21 UTC 2017


    Date: Friday, November 10, 2017 @ 18:04:20
  Author: anatolik
Revision: 309387

upgpkg: seabios 1.11.0-1

Modified:
  seabios/trunk/PKGBUILD
  seabios/trunk/config.seabios-128k

---------------------+
 PKGBUILD            |    6 +++---
 config.seabios-128k |    7 ++++++-
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-10 18:03:17 UTC (rev 309386)
+++ PKGBUILD	2017-11-10 18:04:20 UTC (rev 309387)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=seabios
-pkgver=1.10.3
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="A 16-bit x86 bios"
 arch=('any')
@@ -20,9 +20,9 @@
         config.vga.cirrus
         config.vga.qxl
         config.vga.vmware)
-sha1sums=('6846b027f3404953f667f4201acdb53081760712'
+sha1sums=('ad679df075d888cbdb1233817c8bd101e8c8303e'
           '5f2adb09c9006def1719b8cbd4792f14a7c7f7c9'
-          '39c2f98d3662933d3ce3360bc89421ec9c42612f'
+          '7a4ec70237476c7cdd78589b069d0d39dfeaa8eb'
           '05b912a291994226049103cbe6754976cc03532d'
           'd56482f6ee0bf9633c551b10e99e24c74d9ece1e'
           '54d4edf6eccf30883aedca348b9d2f125502fcdb'

Modified: config.seabios-128k
===================================================================
--- config.seabios-128k	2017-11-10 18:03:17 UTC (rev 309386)
+++ config.seabios-128k	2017-11-10 18:04:20 UTC (rev 309387)
@@ -1,9 +1,14 @@
 # for qemu machine types 1.7 + older
-# need to turn off features (xhci,debug) to make it fit into 128k
+# need to turn off features (bootsplash) to make it fit into 128k
 CONFIG_QEMU=y
 CONFIG_ROM_SIZE=128
+CONFIG_BOOTSPLASH=n
 CONFIG_XEN=n
+CONFIG_USB_OHCI=n
 CONFIG_USB_XHCI=n
 CONFIG_USB_UAS=n
+CONFIG_SDCARD=n
+CONFIG_TCGBIOS=n
+CONFIG_MPT_SCSI=n
 CONFIG_DEBUG_LEVEL=0
 CONFIG_DEBUG_IO=n



More information about the arch-commits mailing list