chiark / gitweb /
fedora: enable system mounting/swapping by default
authorLennart Poettering <lennart@poettering.net>
Fri, 29 Oct 2010 04:03:04 +0000 (06:03 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 29 Oct 2010 14:28:29 +0000 (16:28 +0200)
Makefile.am

index 2268a62f63e20bd1617695a32b6b21f6f1a30818..989514d327534918815cb6671f2026dae7dc1c25 100644 (file)
@@ -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
 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