blob: a9714a0f6ac334d6b6550c3758ce2247a69cb562 (
plain)
1
2
3
4
5
|
#!/bin/sh
DEPS="bash bzip2 sbase 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 mkinitramfs genfstab eudev openrc kbd sysklogd openntpd tzdata"
MAKEDEPS="grep python"
DESC="The base system to be installed"
|