summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-10-12 10:39:17 -0400
committerBill Nottingham <notting@redhat.com>2012-10-12 10:40:55 -0400
commit600308e3be6a4b547f87db25740804abdd72c142 (patch)
treee52a84bcae3e10b608754ab7bedfc8897de03ad1 /fedora-live-base.ks
parent49e2f8cbb9abe99d8571610f50e5ee5d6dd5fe3d (diff)
downloadspin-kickstarts-600308e3be6a4b547f87db25740804abdd72c142.tar.gz
spin-kickstarts-600308e3be6a4b547f87db25740804abdd72c142.tar.xz
spin-kickstarts-600308e3be6a4b547f87db25740804abdd72c142.zip
Don't mount a tmpfs ourselves - use systemd's tmp.mount.
We were mounting a tmpfs over a tmpfs, which aside from being redundant is appearing to cause some issues. (#857076)
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks6
1 files changed, 4 insertions, 2 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 71845e1..55ae05e 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -159,9 +159,8 @@ fi
# make it so that we don't do writing to the overlay for things which
# are just tmpdirs/caches
mount -t tmpfs -o mode=0755 varcacheyum /var/cache/yum
-mount -t tmpfs tmp /tmp
mount -t tmpfs vartmp /var/tmp
-[ -x /sbin/restorecon ] && /sbin/restorecon /var/cache/yum /tmp /var/tmp >/dev/null 2>&1
+[ -x /sbin/restorecon ] && /sbin/restorecon /var/cache/yum /var/tmp >/dev/null 2>&1
if [ -n "\$configdone" ]; then
exit 0
@@ -280,6 +279,9 @@ chmod 755 /etc/rc.d/init.d/livesys-late
/sbin/restorecon /etc/rc.d/init.d/livesys-late
/sbin/chkconfig --add livesys-late
+# enable tmpfs for /tmp
+systemctl enable tmp.mount
+
# work around for poor key import UI in PackageKit
rm -f /var/lib/rpm/__db*
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora