1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-24 12:58:34 +00:00
morpheus/stage0

41 lines
663 B
Plaintext
Raw Normal View History

2013-09-06 08:31:51 +00:00
#!/bin/sh
2013-09-24 15:43:30 +00:00
#
# This is the stage0 script, it prepares a basic usable system
# in $root.
2013-09-06 08:31:51 +00:00
2013-09-26 19:41:09 +00:00
rm -rf root morpheus.log
2013-09-24 15:43:30 +00:00
packages="crossmusl
ncurses
libevent
zlib
tinyxlib
2014-02-19 15:52:54 +00:00
tinyalsa
kernel
2014-02-19 15:21:27 +00:00
kernel-headers
emul
busybox
fs
make
man
mksh
rsync
sbase
sdhcp
sic
sinit
smdev
syslinux
tinyxserver
tmux
2014-02-18 10:47:18 +00:00
ubase
2014-02-18 11:12:50 +00:00
uuterm
tinywm
2014-02-18 12:48:04 +00:00
xsetroot
2014-02-18 17:43:00 +00:00
terminus
2014-02-19 15:41:04 +00:00
dwm
2014-02-19 16:45:05 +00:00
mpg123
jupp"
./pkgbuild $packages