[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [atomic-devel] [PATCH] manifest: Drop documentation
- From: Colin Walters <walters verbum org>
- To: atomic-devel projectatomic io
- Subject: Re: [atomic-devel] [PATCH] manifest: Drop documentation
- Date: Fri, 23 Jan 2015 09:03:51 -0500
On Thu, Jan 22, 2015, at 03:28 PM, Joe Brockmeier wrote:
> On 01/22/2015 11:44 AM, Colin Walters wrote:
> > BTW, this saves about 40MB. For people that are interested in
> > contributing to slimming down an Atomic host, I recently wrote this script:
>
> +1 from me.
There's a follow up from this, which is that dropping man-db causes "less"
to drop out. Now...I don't know about anyone else but I really can't stand
using "more", so...here's an amended patch which explicitly adds "less".
diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json
index 2d22efa..30db170 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,19 +31,18 @@
"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",
"selinux-policy-targeted", "setup", "shadow-utils",
"sudo", "systemd", "util-linux", "vim-minimal",
+ "less",
"tar",
"cloud-init",
"cloud-utils-growpart",
"docker-storage-setup",
"rsync",
- "man-db",
- "man-pages",
"bash-completion",
"tmux",
"strace", "lsof", "tcpdump", "nmap-ncat",
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]