From ac0a983ac6a47cf445ead257aa5a38b06779366e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Sep 2011 03:35:19 +0200 Subject: units: drop automount unit for /dev/hugepages Since hugetlbfs cannot be compiled as kernel module there's little point in doing on-demand mounting via autofs for it. --- units/dev-hugepages.automount | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 units/dev-hugepages.automount (limited to 'units/dev-hugepages.automount') diff --git a/units/dev-hugepages.automount b/units/dev-hugepages.automount deleted file mode 100644 index 6e03df3560..0000000000 --- a/units/dev-hugepages.automount +++ /dev/null @@ -1,15 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. - -[Unit] -Description=Huge Pages File System Automount Point -DefaultDependencies=no -Before=sysinit.target -ConditionPathExists=/sys/kernel/mm/hugepages - -[Automount] -Where=/dev/hugepages -- cgit v1.2.3-54-g00ecf