From 24f2f6046cca658f5c92bf061e74330f515675f4 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Fri, 12 Jun 2020 18:06:49 +0800 Subject: [PATCH] add yaml file --- efibootmgr.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 efibootmgr.yaml diff --git a/efibootmgr.yaml b/efibootmgr.yaml new file mode 100644 index 0000000..1191a3d --- /dev/null +++ b/efibootmgr.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: rhboot/efibootmgr +tag_prefix: ^v +seperator: . -- Gitee