1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 10:38:32 +00:00
morpheus/stage0
sin 6d1ab24ca7 Don't create $root/emul/* at build time
All the permissions will be wrong.  Simply fetch the tarball
and unpack it manually.

We can make a create-emul script that will download and unpack
it into /emul.
2014-02-28 11:19:26 +00:00

43 lines
694 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
tinyalsa
kernel
kernel-headers
busybox
fs
make
man
mksh
rsync
sbase
sdhcp
sic
sinit
smdev
syslinux
tinyxserver
tmux
ubase
uuterm
tinywm
xsetroot
terminus
dwm
mpg123
jupp
vim
dvtm
abduco"
./pkgbuild $packages