Skip to content

Commit 33d960c

Browse files
committed
mkosi: Make sure we build custom kernels with EROFS support
1 parent 63e5ee4 commit 33d960c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkosi.kernel.config

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ CONFIG_EFI_MIXED=y
5151
CONFIG_EFI_STUB=y
5252
CONFIG_EFI_ZBOOT=y
5353
CONFIG_EFI=y
54+
CONFIG_EROFS_FS=y
5455
CONFIG_EXPERT=y
5556
CONFIG_EXT4_FS_POSIX_ACL=y
5657
CONFIG_EXT4_FS_SECURITY=y
@@ -98,6 +99,7 @@ CONFIG_IP6_NF_TARGET_REJECT=y
9899
CONFIG_ISO9660_FS=y
99100
CONFIG_KEXEC=y
100101
CONFIG_KPROBES=y
102+
CONFIG_KSM=y
101103
CONFIG_LOAD_UEFI_KEYS=y
102104
CONFIG_MAC80211=y
103105
CONFIG_MAGIC_SYSRQ=y
@@ -202,7 +204,6 @@ CONFIG_X86_MSR=y
202204
CONFIG_XFRM_USER=y
203205
CONFIG_XFS_FS=y
204206
CONFIG_XFS_POSIX_ACL=y
205-
CONFIG_KSM=y
206207

207208
# CONFIG_WIRELESS is not set
208209
# CONFIG_WLAN is not set

0 commit comments

Comments
 (0)