Skip to content

Commit 8b0e169

Browse files
committed
Remove obsolete part of README
Getting tarball hash is not needed anymore, qubesbuilderv2 takes care of git tag verification.
1 parent dfcb777 commit 8b0e169

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,4 @@ Building release candidate kernels
55
----------------------------------
66

77
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.

0 commit comments

Comments
 (0)