mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
prebuilt: must checkout to the corresponding release
This commit is contained in:
@@ -237,16 +237,17 @@ sudo apt-get install qemu-system-x86
|
||||
git clone https://github.com/cirosantilli/linux-kernel-module-cheat
|
||||
cd linux-kernel-module-cheat
|
||||
....
|
||||
. go to the latest release link:https://github.com/cirosantilli/linux-kernel-module-cheat/releases[], download the `images-*.zip` file and extract it:
|
||||
. go to the latest release link:https://github.com/cirosantilli/linux-kernel-module-cheat/releases[], download the `images-*.zip` file and extract it into the repository:
|
||||
+
|
||||
....
|
||||
unzip images-*.zip
|
||||
....
|
||||
+
|
||||
It is link:https://stackoverflow.com/questions/24987542/is-there-a-link-to-github-for-downloading-a-file-in-the-latest-release-of-a-repo/50540591#50540591[not possible to automate this step without the API], and I'm not venturing there this time
|
||||
. run with the `-P` option:
|
||||
. checkout to the release and run with the `-P` option:
|
||||
+
|
||||
....
|
||||
git checkout <release-sha>
|
||||
./run -P
|
||||
....
|
||||
|
||||
|
||||
Reference in New Issue
Block a user