From a04b39daa75022e5e6e12da32398bee71b73b150 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 23 Apr 2022 14:32:00 +0000 Subject: [PATCH] Core Update 168: Ship efibootmgr on x86_64 and aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/168/filelists/aarch64/efibootmgr | 1 + config/rootfiles/core/168/filelists/x86_64/efibootmgr | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/168/filelists/aarch64/efibootmgr create mode 120000 config/rootfiles/core/168/filelists/x86_64/efibootmgr diff --git a/config/rootfiles/core/168/filelists/aarch64/efibootmgr b/config/rootfiles/core/168/filelists/aarch64/efibootmgr new file mode 120000 index 0000000000..55970e1dd9 --- /dev/null +++ b/config/rootfiles/core/168/filelists/aarch64/efibootmgr @@ -0,0 +1 @@ +../../../../common/aarch64/efibootmgr \ No newline at end of file diff --git a/config/rootfiles/core/168/filelists/x86_64/efibootmgr b/config/rootfiles/core/168/filelists/x86_64/efibootmgr new file mode 120000 index 0000000000..d6964dba96 --- /dev/null +++ b/config/rootfiles/core/168/filelists/x86_64/efibootmgr @@ -0,0 +1 @@ +../../../../common/x86_64/efibootmgr \ No newline at end of file -- 2.39.5