cant store full kernel, so just store sig
This commit is contained in:
parent
93a8a5069f
commit
902280842c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,3 @@
|
||||
linux-*
|
||||
open-ath9k-htc-firmware
|
||||
PrawnOS-Alpha-c201-libre-2GB*
|
||||
PrawnOS-*-Alpha-c201-libre-2GB*
|
||||
tmp.*
|
||||
PrawnOS-Alpha-c201-libre-2GB-git*.img
|
||||
|
@ -61,14 +61,14 @@ update_ath9k_tar:
|
||||
cd tmp && tar czvf $(ATH9K_SOURCE) $(ATH9K)
|
||||
rm -rf tmp/
|
||||
|
||||
.PHONY: update_kernel_tar
|
||||
update_kernel_tar:
|
||||
wget https://www.linux-libre.fsfla.org/pub/linux-libre/releases/$(KVER)-gnu/linux-libre-$(KVER)-gnu.tar.lz -O $(KERNEL_TAR)
|
||||
wget https://www.linux-libre.fsfla.org/pub/linux-libre/releases/$KVER-gnu/linux-libre-$(KVER)-gnu.tar.lz.sign -O $(KERNEL_TAR_SIGNATURE)
|
||||
.PHONY: update_kernel_sig
|
||||
update_kernel_sig:
|
||||
wget https://www.linux-libre.fsfla.org/pub/linux-libre/releases/$(KVER)-gnu/linux-libre-$(KVER)-gnu.tar.lz.sign -O $(KERNEL_TAR_SIGNATURE)
|
||||
|
||||
### REAL TARGETS
|
||||
|
||||
$(KERNEL_EXTRACTED): $(PRAWNOS_BUILD)
|
||||
wget https://www.linux-libre.fsfla.org/pub/linux-libre/releases/$(KVER)-gnu/linux-libre-$(KVER)-gnu.tar.lz -O $(KERNEL_TAR)
|
||||
gpg --import $(KERNEL_RESOURCES)/linux-libre-signing-key.gpg
|
||||
gpg --verify $(KERNEL_TAR_SIGNATURE) $(KERNEL_TAR)
|
||||
tar --lzip -xvf $(KERNEL_TAR) -C $(PRAWNOS_BUILD)
|
||||
|
6
kernel/sources/linux-libre-5.4.29-gnu.tar.lz.sign
Normal file
6
kernel/sources/linux-libre-5.4.29-gnu.tar.lz.sign
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRHRALIxYLa++OJxCe8t8+Hfn1HpwUCXoTtgwAKCRC8t8+Hfn1H
|
||||
p2pMAJ9TOa8OApUkdNhvtzCJ2I4GsQKgvQCfUS/zeXS7D7tY0zTG3iQZkaCC0M8=
|
||||
=K67B
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user