From 88c82c74f830d57f035a6f9342b2281f44c26037 Mon Sep 17 00:00:00 2001 From: jianmin Date: Thu, 2 Jul 2020 11:52:36 +0800 Subject: [PATCH] add kernel.tar.gz --- .gitattributes | 1 + .gitignore | 1 - README.en.md | 2 +- README.md | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .gitattributes delete mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..68b13cb --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +kernel.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 335ec95..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.tar.gz diff --git a/README.en.md b/README.en.md index 43a7266..fb1aa77 100644 --- a/README.en.md +++ b/README.en.md @@ -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 diff --git a/README.md b/README.md index 60494dc..1e01938 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ dnf install raspberrypi-kernel 1. 内核版本号后缀增加 `.raspi` 标识。 2. 内核模块安装在 /lib/modules 目录下。 -3. 内核映像文件等在 /usr/share/raspberrypi-kernel/ 目录下。 +3. 内核映像文件等在 /boot/ 目录下。 #### 参与贡献