From edff2bb85107c411d890b0ad4c55305fd9297566 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 13 Dec 2018 13:11:01 +0000 Subject: [PATCH] core127: Ship updated grub It doesn't need to be re-installed because no system with that configuration should exist right now. Signed-off-by: Michael Tremer --- config/rootfiles/core/127/filelists/aarch64/grub | 1 + config/rootfiles/core/127/filelists/i586/grub | 1 + config/rootfiles/core/127/filelists/x86_64/grub | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/127/filelists/aarch64/grub create mode 120000 config/rootfiles/core/127/filelists/i586/grub create mode 120000 config/rootfiles/core/127/filelists/x86_64/grub diff --git a/config/rootfiles/core/127/filelists/aarch64/grub b/config/rootfiles/core/127/filelists/aarch64/grub new file mode 120000 index 0000000000..40ae85fb60 --- /dev/null +++ b/config/rootfiles/core/127/filelists/aarch64/grub @@ -0,0 +1 @@ +../../../../common/aarch64/grub \ No newline at end of file diff --git a/config/rootfiles/core/127/filelists/i586/grub b/config/rootfiles/core/127/filelists/i586/grub new file mode 120000 index 0000000000..feb236a224 --- /dev/null +++ b/config/rootfiles/core/127/filelists/i586/grub @@ -0,0 +1 @@ +../../../../common/i586/grub \ No newline at end of file diff --git a/config/rootfiles/core/127/filelists/x86_64/grub b/config/rootfiles/core/127/filelists/x86_64/grub new file mode 120000 index 0000000000..78d3bd7840 --- /dev/null +++ b/config/rootfiles/core/127/filelists/x86_64/grub @@ -0,0 +1 @@ +../../../../common/x86_64/grub \ No newline at end of file -- 2.39.5