add kernel.tar.gz

This commit is contained in:
jianmin 2020-07-02 11:52:36 +08:00
parent ab602e5aba
commit 88c82c74f8
4 changed files with 3 additions and 3 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
kernel.tar.gz filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored
View File

@ -1 +0,0 @@
*.tar.gz

View File

@ -18,7 +18,7 @@ dnf install raspberrypi-kernel
1. The version of raspberrypi kernel end with `.raspi`.
2. The module files is installed into /lib/modules.
3. The image files and other files of kernel is installed into /usr/share/raspberrypi-kernel/.
3. The image files and other files of kernel is installed into /boot/.
#### Contribution

View File

@ -17,7 +17,7 @@ dnf install raspberrypi-kernel
1. 内核版本号后缀增加 `.raspi` 标识。
2. 内核模块安装在 /lib/modules 目录下。
3. 内核映像文件等在 /usr/share/raspberrypi-kernel/ 目录下。
3. 内核映像文件等在 /boot/ 目录下。
#### 参与贡献