Compare commits

..

2 Commits
0.24.6 ... f24

Author SHA1 Message Date
Adam Miller
a550d62548 add tar to address BZ#1409920
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2017-01-04 15:36:56 -06:00
Jan Pazdziora
7afda9537f 1343136 - the default OOMScoreAdjust=-900 does not cause any ill effects on fedora.
(cherry picked from commit 1a5dea70fc)
2016-09-20 18:20:28 +02:00

View File

@@ -30,6 +30,7 @@ reboot
%packages --excludedocs --instLangs=en --nocore
bash
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
fedora-release
rootfiles
vim-minimal
@@ -76,10 +77,6 @@ localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
rm -rf /var/cache/yum/*
rm -f /tmp/ks-script*
#Make it easier for systemd to run in Docker container
cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/
sed -i 's/OOMScoreAdjust=-900//' /etc/systemd/system/dbus.service
#Mask mount units and getty service so that we don't get login prompt
systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service