[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[atomic-devel] [PATCH] manifest: Drop documentation



(I'll try to make this an entry using the new feature process soon)

The idea with Atomic is that the host is small and suitable for
replication to many nodes.  If you want e.g. man pages, the'll be part
of the packages in a regular system.
---
 fedora-atomic-docker-host.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json
index 2d22efa..7b92aab 100644
--- a/fedora-atomic-docker-host.json
+++ b/fedora-atomic-docker-host.json
@@ -7,6 +7,8 @@
 
     "bootstrap_packages": ["filesystem"],
 
+    "documentation": false,
+
     "install-langs": ["en_US"],
 
     "postprocess-script": "treecompose-post.sh",
@@ -29,7 +31,7 @@
 		 "nfs-utils",
 		 "curl",
 		 "NetworkManager",
-		 "hostname", "initscripts", "iproute", "iputils", "less", "man-db",
+		 "hostname", "initscripts", "iproute", "iputils", "less",
 		 "sos",
 		 "openssh-clients", "openssh-server", "passwd", "plymouth",
 		 "policycoreutils", "procps-ng", "rootfiles", "rpm",
@@ -40,8 +42,6 @@
 		 "cloud-utils-growpart",
 		 "docker-storage-setup",
 		 "rsync",
-		 "man-db",
-		 "man-pages",
 		 "bash-completion",
 		 "tmux",
 		 "strace", "lsof", "tcpdump", "nmap-ncat",
-- 
1.8.3.1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]