1
0
Fork 0

enable XFS_FS

This commit is contained in:
Pratham Patel 2024-04-18 07:35:31 +05:30
parent a6418ac316
commit ccb2dcac1e
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ function modify_kernel_config() {
./scripts/config --enable CONFIG_IKCONFIG_PROC
./scripts/config --enable CONFIG_IKHEADERS
# defconfig does not enable XFS
./scripts/config --enable CONFIG_XFS_FS
# "de-branding" and "re-branding"
./scripts/config --disable CONFIG_LOCALVERSION_AUTO
./scripts/config --set-str CONFIG_BUILD_SALT ''