From 1233d81f21dfa68749051358c74d200ec161e549 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 16 Aug 2018 13:02:56 +0100 Subject: [PATCH] core124: Don't re-generate the initrd Signed-off-by: Michael Tremer --- config/rootfiles/core/124/update.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/rootfiles/core/124/update.sh b/config/rootfiles/core/124/update.sh index c98d127e1e..f8fd2116b1 100644 --- a/config/rootfiles/core/124/update.sh +++ b/config/rootfiles/core/124/update.sh @@ -44,9 +44,6 @@ ldconfig # Start services -# rebuild initrd to add early microcode updates -rebuild-initrd - # Remove deprecated GRUB configuration option if [ -e "/etc/default/grub" ]; then sed -e "/^GRUB_FONT/d" -i /etc/default/grub -- 2.39.5