Browse Source

更新 'linux技巧'

coolsoul 1 month ago
parent
commit
4273f4eb36
1 changed files with 7 additions and 0 deletions
  1. 7 0
      linux技巧

+ 7 - 0
linux技巧

@@ -14,3 +14,10 @@ ModuleNotFoundError: No module named 'formatter
 制作补丁
 diff -urN src_old/ src_new/ > xxxx.patch
 
+
+修改loop 设备数量
+/etc/default/grub
+GRUB_CMDLINE_LINUX_DEFAULT="quiet splash max_loop=96"
+
+sudo update-grub
+