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