mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-15 06:34:30 +00:00
support iscsi directly in the kernel instead of as a module
Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
parent
e9cdcaaac4
commit
0f9e981e12
@ -2841,8 +2841,8 @@ CONFIG_SCSI_SRP_ATTRS=m
|
||||
# end of SCSI Transports
|
||||
|
||||
CONFIG_SCSI_LOWLEVEL=y
|
||||
CONFIG_ISCSI_TCP=m
|
||||
CONFIG_ISCSI_BOOT_SYSFS=m
|
||||
CONFIG_ISCSI_TCP=y
|
||||
CONFIG_ISCSI_BOOT_SYSFS=y
|
||||
CONFIG_SCSI_CXGB3_ISCSI=m
|
||||
CONFIG_SCSI_CXGB4_ISCSI=m
|
||||
CONFIG_SCSI_BNX2_ISCSI=m
|
||||
|
@ -2698,8 +2698,8 @@ CONFIG_SCSI_SRP_ATTRS=m
|
||||
# end of SCSI Transports
|
||||
|
||||
CONFIG_SCSI_LOWLEVEL=y
|
||||
CONFIG_ISCSI_TCP=m
|
||||
CONFIG_ISCSI_BOOT_SYSFS=m
|
||||
CONFIG_ISCSI_TCP=y
|
||||
CONFIG_ISCSI_BOOT_SYSFS=y
|
||||
CONFIG_SCSI_CXGB3_ISCSI=m
|
||||
CONFIG_SCSI_CXGB4_ISCSI=m
|
||||
CONFIG_SCSI_BNX2_ISCSI=m
|
||||
|
@ -1,6 +1,6 @@
|
||||
category: "kernels"
|
||||
name: "linux"
|
||||
version: "6.5.7"
|
||||
version: "6.5.7-1"
|
||||
labels:
|
||||
autobump.revdeps: "false"
|
||||
autobump.string_replace: '{ "prefix": "" }'
|
||||
|
Loading…
Reference in New Issue
Block a user