diff options
| -rw-r--r-- | remote/rootfs/rootfs-stage32/rootfs-stage32.conf | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf index e2bfbd4a..a7261422 100644 --- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf +++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf @@ -1,9 +1,11 @@ REQUIRED_MODULES=" kernel" -REQUIRED_INSTALLED_PACKAGES="nfs-common squashfs-tools whois xfsprogs" -REQUIRED_BINARIES=" perl - host - rpc.gssd - rpc.idmapd +REQUIRED_INSTALLED_PACKAGES=" + nfs-common + squashfs-tools + whois + xfsprogs +" +REQUIRED_BINARIES=" bash more less @@ -34,6 +36,10 @@ REQUIRED_BINARIES=" perl mkdosfs amixer iptables + host + rpc.gssd + rpc.idmapd + ntpdate " REQUIRED_LIBRARIES=" libcap libcidn |
