Merge pull request #7 from aheirman/patch-7

Add llvm and musl to geninitrd.sh
This commit is contained in:
Ella-0 2021-02-03 22:44:39 +00:00 committed by GitHub
commit 3aec5e92ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# mksh bmake gmake libressl cmake curl rsync linux flex # mksh bmake gmake libressl cmake curl rsync linux flex
# byacc om4 zlib samurai libffi python ca-certificates # byacc om4 zlib samurai libffi python ca-certificates
# zlib expat gettext-tiny git kati netbsd-curses kakoune # zlib expat gettext-tiny git kati netbsd-curses kakoune
# lazybox # lazybox llvm musl
# #
# This should be enough to completely rebuild LazyBox from Source # This should be enough to completely rebuild LazyBox from Source
# #
@ -25,7 +25,7 @@ cp_iso_packages (){
done 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 cp_iso_packages