1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 08:08:32 +00:00
morpheus/stage0
2014-02-19 15:41:04 +00:00

39 lines
631 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
kernel-headers
emul
busybox
fs
make
man
mksh
rsync
sbase
sdhcp
sic
sinit
smdev
syslinux
tinyxserver
tmux
ubase
uuterm
tinywm
xsetroot
terminus
dwm
tinyalsa"
./pkgbuild $packages