File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,4 @@ Building release candidate kernels
5
5
----------------------------------
6
6
7
7
1 . Write kernel version into ` version ` file, for example 6.0-rc7.
8
- 2 . Write hash of ` linux-*.tar ` file (the uncompressed source tarball) into ` linux-*.tar.sha256 ` file.
9
- 3 . Comment out "normal" tarball section in ` .qubesbuilder ` and uncomment the one for rc kernel.
10
-
11
-
12
- As for getting the trustworthy tarball hash, it can be via signed git tag:
13
-
14
- ```
15
- version=6.0-rc7
16
- git clone -n --depth=1 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git -b v$version linux-rc
17
- cd linux-rc
18
- git verify-tag v$version
19
- # should be signed by Linus, you can find key in kernel.org-1-key.asc
20
- git archive --prefix=linux-$version/ v$version | sha256sum
21
- ```
22
-
8
+ 2 . Comment out "normal" tarball section in ` .qubesbuilder ` and uncomment the one for rc kernel.
You can’t perform that action at this time.
0 commit comments