diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-29 06:03:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:28:29 +0200 |
commit | c7d78a567950eff7c2c75af9f6b97904cfa3d039 (patch) | |
tree | 8470558a65f13299cc03b61206d6e9fda71bb169 /Makefile.am | |
parent | 577780ac5c0dcd81ad282df59b643b396b354cd1 (diff) |
fedora: enable system mounting/swapping by default
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2268a62f63..989514d327 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1251,5 +1251,3 @@ git-tag: fedora: install rm $(DESTDIR)/lib/systemd/system/local-fs.target.wants/var-run.mount rm $(DESTDIR)/lib/systemd/system/local-fs.target.wants/var-lock.mount - sed -i -e 's/^#MountAuto=yes$$/MountAuto=no/' \ - -e 's/^#SwapAuto=yes$$/SwapAuto=no/' $(DESTDIR)/etc/systemd/system.conf |