From: Michael Tremer Date: Wed, 29 Jun 2022 18:11:26 +0000 (+0000) Subject: core169: Ship initramdisks X-Git-Tag: v2.27-core170~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=636cf631c925a1492ad49edbc69e5dac32927eda;p=ipfire-2.x.git core169: Ship initramdisks Those were not part of the update which renders any machine that installs it unbootable. Fixes: #12892 Reported-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/169/filelists/aarch64/linux-initrd b/config/rootfiles/core/169/filelists/aarch64/linux-initrd new file mode 120000 index 0000000000..8acdb0f318 --- /dev/null +++ b/config/rootfiles/core/169/filelists/aarch64/linux-initrd @@ -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 index 0000000000..1b9fff70ff --- /dev/null +++ b/config/rootfiles/core/169/filelists/x86_64/linux-initrd @@ -0,0 +1 @@ +../../../../common/x86_64/linux-initrd \ No newline at end of file