diff options
| author | Jonathan Bauer | 2013-06-20 13:29:33 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-06-20 13:29:33 +0200 |
| commit | 0e2ff9d23381bc7d154be02543c6a40896586743 (patch) | |
| tree | be3b71bff6bbbd405897cd30a90ad5ba71f50e08 | |
| parent | [mltk] fix -n option (diff) | |
| download | tm-scripts-0e2ff9d23381bc7d154be02543c6a40896586743.tar.gz tm-scripts-0e2ff9d23381bc7d154be02543c6a40896586743.tar.xz tm-scripts-0e2ff9d23381bc7d154be02543c6a40896586743.zip | |
[rootfs-stage32] fixes
| -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 |
