mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
Ensure that tmpfs dirs are labeled correctly
This commit is contained in:
parent
bb4474c3a1
commit
84a6d143ac
@ -159,6 +159,7 @@ chkconfig --level 345 readahead_later off 2>/dev/null
|
|||||||
mount -t tmpfs varcacheyum /var/cache/yum
|
mount -t tmpfs varcacheyum /var/cache/yum
|
||||||
mount -t tmpfs tmp /tmp
|
mount -t tmpfs tmp /tmp
|
||||||
mount -t tmpfs vartmp /var/tmp
|
mount -t tmpfs vartmp /var/tmp
|
||||||
|
[ -x /sbin/restorecon ] && /sbin/restorecon /var/cache/yum /tmp /var/tmp >/dev/null 2>&1
|
||||||
|
|
||||||
# Stopgap fix for RH #217966; should be fixed in HAL instead
|
# Stopgap fix for RH #217966; should be fixed in HAL instead
|
||||||
touch /media/.hal-mtab
|
touch /media/.hal-mtab
|
||||||
|
Loading…
Reference in New Issue
Block a user