From 70e320ccb557ffd7f1bb14d6a6f0748843dc3d5e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: May 24 2017 05:58:23 +0000 Subject: manifest: Remove plymouth This dates to https://pagure.io/fedora-atomic/c/36d18b490529fec91b74ca9b464adb73ef0ab462 As far as why plymouth is in `@core` as mandatory...I don't know. It certainly doesn't seem like it should be mandatory. OK, some investigation shows it appeared in `comps-f17.xml.in`, and annotate links to https://pagure.io/fedora-comps/c/ed64ea886543e82b74ed7a26ac9ad5ab31591ef6 Hm, which raises the question of whether or not our support for LUKS without plymouth works. But honestly...for servers you really want https://github.com/latchset/tang (cherry picked from commit 20aa41d96b5ae563557ac5dd2597ed6622a6971c) Signed-off-by: Dusty Mabe --- diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json index c882281..84804a1 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -91,7 +91,7 @@ "dnsmasq", "hostname", "initscripts", "iproute", "iputils", "less", "sos", - "openssh-clients", "openssh-server", "passwd", "plymouth", + "openssh-clients", "openssh-server", "passwd", "policycoreutils", "procps-ng", "rootfiles", "rpm", "selinux-policy-targeted", "setup", "shadow-utils", "sudo", "systemd", "util-linux", "vim-minimal",