]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core169: Ship initramdisks
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Jun 2022 18:11:26 +0000 (18:11 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Jun 2022 18:11:26 +0000 (18:11 +0000)
Those were not part of the update which renders any machine that
installs it unbootable.

Fixes: #12892
Reported-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/169/filelists/aarch64/linux-initrd [new symlink]
config/rootfiles/core/169/filelists/x86_64/linux-initrd [new symlink]

diff --git a/config/rootfiles/core/169/filelists/aarch64/linux-initrd b/config/rootfiles/core/169/filelists/aarch64/linux-initrd
new file mode 120000 (symlink)
index 0000000..8acdb0f
--- /dev/null
@@ -0,0 +1 @@
+../../../../common/aarch64/linux-initrd
\ No newline at end of file
diff --git a/config/rootfiles/core/169/filelists/x86_64/linux-initrd b/config/rootfiles/core/169/filelists/x86_64/linux-initrd
new file mode 120000 (symlink)
index 0000000..1b9fff7
--- /dev/null
@@ -0,0 +1 @@
+../../../../common/x86_64/linux-initrd
\ No newline at end of file