1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 22:48:34 +00:00
morpheus/stage0
sin 4b1709f90a List dependencies explicitly
This is by far the simplest approach as packages previously
in cross-scripts/ could also depend on other packages.
2014-02-17 16:31:31 +00:00

32 lines
501 B
Bash
Executable File

#!/bin/sh
#
# This is the stage0 script, it prepares a basic usable system
# in $root.
rm -rf root morpheus.log
packages="crossmusl
ncurses
libevent
zlib
tinyxlib
kernel
emul
busybox
fs
make
man
mksh
rsync
sbase
sdhcp
sic
sinit
smdev
syslinux
tinyxserver
tmux
ubase"
./pkgbuild $packages