From ec097a869e4cf844efc2786df3c53b928a37adc8 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 8 Aug 2011 20:36:35 -0400 Subject: [PATCH] disable unneeded tmp.mount service in anaconda this is also a workaround for some weirdo problem on ppc. whee! --- share/runtime-postinstall.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl index 65aed413..688b6806 100644 --- a/share/runtime-postinstall.tmpl +++ b/share/runtime-postinstall.tmpl @@ -35,6 +35,8 @@ move etc/yum.repos.d etc/anaconda.repos.d ## Configure systemd to start anaconda remove etc/systemd/system/default.target symlink /lib/systemd/system/anaconda.target etc/systemd/system/default.target + ## workaround: /tmp is writeable, so we don't need tmp.mount + replace tmp.mount "" /lib/systemd/system/loader.service remove bin/login append bin/login "#!/bin/bash" append bin/login "exec -l /bin/bash"