From 674a26f2fa158834fa31aa8161de1c3010d26294 Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Wed, 3 Feb 2021 23:06:18 +0100 Subject: [PATCH] Add llvm and musl --- geninitrd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geninitrd.sh b/geninitrd.sh index 1c53ab3..72b32e5 100755 --- a/geninitrd.sh +++ b/geninitrd.sh @@ -4,7 +4,7 @@ # mksh bmake gmake libressl cmake curl rsync linux flex # byacc om4 zlib samurai libffi python ca-certificates # zlib expat gettext-tiny git kati netbsd-curses kakoune -# lazybox +# lazybox llvm musl # # This should be enough to completely rebuild LazyBox from Source # @@ -25,7 +25,7 @@ cp_iso_packages (){ done } -packages=(mksh bmake gmake libressl cmake curl rsync linux flex byacc om4 zlib samurai libffi python ca-certificates zlib expat gettext-tiny git kati netbsd-curses kakoune lazybox) +packages=(llvm musl mksh bmake gmake libressl cmake curl rsync linux flex byacc om4 zlib samurai libffi python ca-certificates zlib expat gettext-tiny git kati netbsd-curses kakoune lazybox) cp_iso_packages