Browse Source

Remove log buffer size increase step

Removed step to increase log buffer size in action.yml.
jimsterino98 1 month ago
parent
commit
f87059b01a
1 changed files with 0 additions and 8 deletions
  1. 0 8
      .github/actions/configs/action.yml

+ 0 - 8
.github/actions/configs/action.yml

@@ -18,14 +18,6 @@ runs:
      CONFIG_TMPFS_POSIX_ACL=y
      EOF
 
-  - name: increase log buffer size for showing bbg on ksu manager homepage
-    shell: bash
-    run: |
-     cat >> "$GKI_DEFCONFIG" << 'EOF'
-     # increase log buffer size to show bbg version in wksu homepage
-     CONFIG_LOG_BUF_SHIFT=20
-     EOF
-
   - name: nuke securities for root access
     shell: bash
     run: |