From c2beee39cab70d8462133c64e2e993700099590d Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Wed, 3 Feb 2021 16:32:02 +0100 Subject: [PATCH] Add the lazybox package to geninitrd.sh --- geninitrd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/geninitrd.sh b/geninitrd.sh index 01f34ea..1c53ab3 100755 --- a/geninitrd.sh +++ b/geninitrd.sh @@ -4,6 +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 # # This should be enough to completely rebuild LazyBox from Source # @@ -24,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) +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) cp_iso_packages