File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ Source100: config-bottlerocket
16
16
Source220: neuron-sysinit.target.drop-in.conf
17
17
18
18
19
+ # XFS configuration
20
+ Source300: mkfs.xfs.conf
21
+
19
22
# Help out-of-tree module builds run `make prepare` automatically.
20
23
Patch1001: 1001-Makefile-add-prepare-target-for-external-modules.patch
21
24
# Expose tools/* targets for out-of-tree module builds.
@@ -81,6 +84,12 @@ Summary: Modules for the Linux kernel
81
84
%description modules
82
85
%{summary }.
83
86
87
+ %package mkfs-confs
88
+ Summary: mkfs configurations for different file systems
89
+
90
+ %description mkfs-confs
91
+ %{summary }.
92
+
84
93
%if "%{_cross_arch }" == "x86_64 "
85
94
%package modules-neuron
86
95
Summary: Modules for the Linux kernel with Neuron hardware
285
294
install -p -m 0644 %{
S:221 } %{
buildroot }%{
_cross_unitdir }/
[email protected] /neuron.conf
286
295
%endif
287
296
297
+ mkdir -p %{buildroot }%{_cross_datadir }/xfs
298
+ install -p -m 0644 %{S:300 } %{buildroot }%{_cross_datadir }/xfs/mkfs.xfs.conf
299
+
288
300
%files
289
301
%license COPYING LICENSES/preferred/GPL-2.0 LICENSES/exceptions/Linux-syscall-note
290
302
%{_cross_attribution_file }
@@ -334,4 +346,7 @@ install -p -m 0644 %{S:221} %{buildroot}%{_cross_unitdir}/
[email protected]
334
346
%files archive
335
347
%{_cross_datadir }/bottlerocket/kernel-devel.tar.xz
336
348
349
+ %files mkfs-confs
350
+ %{_cross_datadir }/xfs/mkfs.xfs.conf
351
+
337
352
%changelog
Original file line number Diff line number Diff line change
1
+ # V5 features that were the mkfs defaults when the upstream Linux 5.15 LTS
2
+ # kernel was released at the end of 2021.
3
+
4
+ [inode]
5
+ nrext64=0
You can’t perform that action at this time.
0 commit comments