Merge pull request #7 from aheirman/patch-7
Add llvm and musl to geninitrd.sh
This commit is contained in:
commit
3aec5e92ec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue