Skip to content

Commit 856492c

Browse files
author
Gareth Widlansky
committed
fix comment
1 parent 27d99ed commit 856492c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/build-sealed

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,12 @@ if test -z "${secureboot}"; then
5757
fi
5858

5959
# handle sdboot signing before building the sealed UKI
60-
# moves db, PK, and KEK test keys into /usr/lib/bootc/keys
6160
sdboot_signed="${input_image}_signed"
6261
runv podman build -t $sdboot_signed \
6362
--build-arg=base=${input_image} \
6463
--build-arg=buildroot=${buildroot_base} \
6564
--secret=id=key,src=${secureboot}/db.key \
6665
--secret=id=cert,src=${secureboot}/db.crt \
67-
--secret=id=cert,src=${secureboot}/db.crt \
68-
--secret=id=pk_key,src=${secureboot}/PK.key \
69-
--secret=id=pk_cert,src=${secureboot}/PK.crt \
70-
--secret=id=kek_key,src=${secureboot}/KEK.key \
71-
--secret=id=kek_cert,src=${secureboot}/KEK.crt \
72-
--secret=id=guid,src=${secureboot}/GUID.txt \
7366
-f Dockerfile.sdboot .
7467

7568
graphroot=$(podman system info -f '{{.Store.GraphRoot}}')

0 commit comments

Comments
 (0)