preseed: Add tests
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
c8f625973d
commit
8447264004
|
@ -15,7 +15,7 @@
|
|||
|
||||
.PHONY: mtools-signkey
|
||||
|
||||
all: preseed.img
|
||||
all: preseed.img check
|
||||
|
||||
pubring.kbx:
|
||||
gpg --homedir $$PWD \
|
||||
|
@ -43,3 +43,6 @@ preseed.img: mtools-4.0.43
|
|||
../trisquel-guix-installer.experimental.a-lec.org/config/debconf/FAIBASE \
|
||||
::
|
||||
mtools-4.0.43/mdir -i $@ ::
|
||||
|
||||
check: preseed.img preseed.img.sha512
|
||||
sha512sum -c preseed.img.sha512
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
7a3b97468a3782f3fd28cf9bf6b96d79b6ef2c31d4a45c19abf776fc944b27ba78469ec72d991c8e97e50641c7adc8fd5cf86b798f47bbfe07ed41dedae9fcff preseed.img
|
Loading…
Reference in New Issue