Make sure tmpfs is enabled (#908253)

This commit is contained in:
Brian C. Lane 2013-02-14 09:50:19 -08:00
parent 4d2c9e026b
commit 73717a5288
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ move etc/yum.repos.d etc/anaconda.repos.d
remove etc/systemd/system/default.target
symlink /lib/systemd/system/anaconda.target etc/systemd/system/default.target
## Make sure tmpfs is enabled
mkdir etc/systemd/system/local-fs.target.wants/
symlink /lib/systemd/system/tmp.mount etc/systemd/system/local-fs.target.wants/tmp.mount
## Disable unwanted systemd services
systemctl disable systemd-readahead-collect.service \
systemd-readahead-replay.service \