Merge pull request #6 from aheirman/patch-6

Add the lazybox package to geninitrd.sh
This commit is contained in:
Ella-0 2021-02-03 15:36:36 +00:00 committed by GitHub
commit 122c5d8a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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