blob: ca34c73ffec8f44a09bd523630d1be476741f443 (
plain)
1
2
3
4
5
|
#!/bin/bash
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"
|