From c74c7a6cc95fc9e8f1072f2f4df817a3f70a13f9 Mon Sep 17 00:00:00 2001 From: UriHerrera Date: Sun, 5 May 2024 03:56:30 -0600 Subject: [PATCH] Squashed commit of the following: commit 877f33a236f01b9f789d7ed939450b9cc2938618 Author: UriHerrera Date: Sun May 5 03:56:07 2024 -0600 fix url, generate initramfs after update --- tmp/nuts-ccu | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmp/nuts-ccu b/tmp/nuts-ccu index 8017aec..2c9ee63 100755 --- a/tmp/nuts-ccu +++ b/tmp/nuts-ccu @@ -300,6 +300,11 @@ puts_success "System AppImages and static binaries have been updated, continuing # -- Remove code since we're not including the kernel in the archive, and we expect users to use Kernel Boot to add other kenels. -- +# -- Generate initram, because apparently we also have to do this manually. + +update-initramfs -c -k all + + # -- Update GRUB. if update-grub > /dev/null 2>&1; then