forked from pool/kernel-default-base
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fff1973b34 | |||
| de9b65b560 | |||
| 90c101137f | |||
| 7ad78c92bb | |||
| 13d67c0d2b | |||
| 05208982c7 | |||
| a20ac5e24d | |||
| 41e2b39d94 |
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 16 14:18:31 UTC 2025 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Add modules for confidential compute (bsc#1246502)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 2 07:50:03 UTC 2025 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Add nvme support (bsc#1245533)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 09:39:29 UTC 2025 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Add 9p with support for virtio and xen
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 14 13:56:16 UTC 2025 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
- Add virtiofs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 8 14:56:04 UTC 2024 - Ludwig Nussel <lnussel@suse.com>
|
Mon Jan 8 14:56:04 UTC 2024 - Ludwig Nussel <lnussel@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package kernel-default-base
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -25,7 +25,8 @@
|
|||||||
%define extrasummary base modules
|
%define extrasummary base modules
|
||||||
%define extradescription This package contains only the base modules, required in all installs.
|
%define extradescription This package contains only the base modules, required in all installs.
|
||||||
|
|
||||||
%define misc_modules button edd i6300esb efivarfs qemu_fw_cfg hid-generic iscsi_ibft ptp_kvm dmi-sysfs
|
%define misc_modules button edd i6300esb efivarfs qemu_fw_cfg hid-generic iscsi_ibft \
|
||||||
|
ptp_kvm dmi-sysfs arm-cca-guest sev-guest tdx-guest
|
||||||
|
|
||||||
%define virtio_modules virtio virtio_.* virtio-.*
|
%define virtio_modules virtio virtio_.* virtio-.*
|
||||||
|
|
||||||
@@ -41,7 +42,7 @@ hv_vmbus hyperv-keyboard hv_netvsc hv_storvsc scsi_transport_fc hyperv_fb
|
|||||||
%define scsi_modules scsi_transport_iscsi sd_mod sg sr_mod st scsi_mod
|
%define scsi_modules scsi_transport_iscsi sd_mod sg sr_mod st scsi_mod
|
||||||
|
|
||||||
%define block_drivers loop dm-mod libata libahci ahci ata_piix mptsas mptspi \
|
%define block_drivers loop dm-mod libata libahci ahci ata_piix mptsas mptspi \
|
||||||
BusLogic sym53c8xx am53c974 rbd brd dm-crypt
|
BusLogic sym53c8xx am53c974 rbd brd dm-crypt nvme nvme_fabrics
|
||||||
|
|
||||||
%define usb_modules usb-common usbcore ehci-hcd ehci-pci ohci-hcd ohci-pci uhci-hcd \
|
%define usb_modules usb-common usbcore ehci-hcd ehci-pci ohci-hcd ohci-pci uhci-hcd \
|
||||||
xhci-hcd xhci-pci typec typec_ucsi ucsi_acpi typec ums-alauda ums-cypress ums-datafab \
|
xhci-hcd xhci-pci typec typec_ucsi ucsi_acpi typec ums-alauda ums-cypress ums-datafab \
|
||||||
@@ -50,7 +51,7 @@ ums-realtek ums-sddr09 ums-sddr55 ums-usbat usb-storage usbhid
|
|||||||
|
|
||||||
%define filesystems autofs4 btrfs ext4 fuse vfat isofs jbd2 mbcache nfsv2 \
|
%define filesystems autofs4 btrfs ext4 fuse vfat isofs jbd2 mbcache nfsv2 \
|
||||||
nfsv3 nfsv4 overlay xfs nls_cp437 nls_iso8859-1 nls_utf8 ceph cifs squashfs nfsd \
|
nfsv3 nfsv4 overlay xfs nls_cp437 nls_iso8859-1 nls_utf8 ceph cifs squashfs nfsd \
|
||||||
nfs_layout_.* quota_.* binfmt_misc exfat
|
nfs_layout_.* quota_.* binfmt_misc exfat virtiofs 9p 9pnet_virtio 9pnet_xen
|
||||||
|
|
||||||
%define networking \
|
%define networking \
|
||||||
af_packet arptable_filter arp_tables arpt_mangle bpfilter bridge br_netfilter \
|
af_packet arptable_filter arp_tables arpt_mangle bpfilter bridge br_netfilter \
|
||||||
|
|||||||
Reference in New Issue
Block a user