新增适配 openSUSE & 一些优化

This commit is contained in:
SuperManito
2023-05-01 16:27:11 +08:00
parent 8035a61382
commit b69e0c9942
6 changed files with 703 additions and 237 deletions

View File

@@ -15,31 +15,45 @@
<!-- 👆这样括起来的信息将被隐藏,填写时注意不要写在里面。 -->
## 1. 处理器架构
<!-- 将中括号内的 "空格" 替换为 "x" ,即为选中,例:" - [x] 否 " -->
- [ ] `x86_64` `x86_32`
- [ ] `arm64` `arm/v8` `arm/v7` `arm/v6`
- [ ] `ppc64le` `s390x`
- [ ] `Other`
## 2. 使用环境
## 1. 操作系统
<!-- 将中括号内的 "空格" 替换为 "x" ,即为选中,例:" - [x] 是 " -->
- [ ] `Debian`
- [ ] `Ubuntu`
- [ ] `Kali Linux`
- [ ] `Red Hat Enterprise Linux`
- [ ] `CentOS`
- [ ] `CentOS Stream`
- [ ] `Fedora`
- [ ] `Rocky Linux`
- [ ] `openEuler`
- [ ] `openSUSE`
## 3. 使用环境版本
<!-- 具体版本号 查看命令uname -a-->
A
## 2. 处理器架构
<!-- 将中括号内的 "空格" 替换为 "x" ,即为选中,例:" - [x] 否 " -->
- [ ] `x86_64` `x86_32`
- [ ] `arm64` `arm/v8` `arm/v7` `arm/v6`
- [ ] `ppc64le` `s390x`
- [ ] `Other`
## 4. 详细叙述您的问题
## 3. 系统详细信息
<!-- 请将命令 "cat /etc/os-release" 的输出结果粘贴在下方 -->
```
```
## 4. 环境信息
<!-- 请将命令 "uname -a" 的输出结果粘贴在下方 -->
```
```
## 5. 详细叙述您的问题
### (1) 具体问题
A
### (2) 详细的系统日志
<!-- 请在此处粘贴详细完整的日志,从执行脚本开始到结束。 -->
A
```
```