Signed-off-by: Adolf Belka <[email protected]> --- config/rootfiles/core/202/filelists/aarch64/grub | 1 + config/rootfiles/core/202/filelists/riscv64/grub | 1 + config/rootfiles/core/202/filelists/x86_64/grub | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/202/filelists/aarch64/grub create mode 120000 config/rootfiles/core/202/filelists/riscv64/grub create mode 120000 config/rootfiles/core/202/filelists/x86_64/grub
diff --git a/config/rootfiles/core/202/filelists/aarch64/grub b/config/rootfiles/core/202/filelists/aarch64/grub new file mode 120000 index 000000000..40ae85fb6 --- /dev/null +++ b/config/rootfiles/core/202/filelists/aarch64/grub @@ -0,0 +1 @@ +../../../../common/aarch64/grub \ No newline at end of file diff --git a/config/rootfiles/core/202/filelists/riscv64/grub b/config/rootfiles/core/202/filelists/riscv64/grub new file mode 120000 index 000000000..7013c0be5 --- /dev/null +++ b/config/rootfiles/core/202/filelists/riscv64/grub @@ -0,0 +1 @@ +../../../../common/riscv64/grub \ No newline at end of file diff --git a/config/rootfiles/core/202/filelists/x86_64/grub b/config/rootfiles/core/202/filelists/x86_64/grub new file mode 120000 index 000000000..78d3bd784 --- /dev/null +++ b/config/rootfiles/core/202/filelists/x86_64/grub @@ -0,0 +1 @@ +../../../../common/x86_64/grub \ No newline at end of file -- 2.54.0
