blob: b13a24b293d32234838f8051052c35b643d13c1d (
plain)
1
2
3
4
5
|
#!/bin/sh
DEPS="bash bzip2 sbase ubase s6 bootscripts findutils iana-etc file gawk gettext musl grep gzip iproute2 iputils xipkg pciutils procps-ng psmisc sed shadow tar util-linux xz linux-headers sysconfigs inetutils"
MAKEDEPS="grep python"
DESC="The base system to be installed"
|