units/dev-mqueue.automount \
units/dev-mqueue.mount \
units/sys-kernel-config.mount \
- units/sys-kernel-debug.automount \
units/sys-kernel-debug.mount \
units/sys-kernel-security.automount \
units/sys-kernel-security.mount \
rm -f dev-hugepages.automount \
dev-mqueue.automount \
sys-kernel-config.mount \
- sys-kernel-debug.automount \
+ sys-kernel-debug.mount \
sys-kernel-security.automount \
systemd-vconsole-setup.service \
systemd-modules-load.service \
$(LN_S) ../dev-hugepages.automount dev-hugepages.automount && \
$(LN_S) ../dev-mqueue.automount dev-mqueue.automount && \
$(LN_S) ../sys-kernel-config.mount sys-kernel-config.mount && \
- $(LN_S) ../sys-kernel-debug.automount sys-kernel-debug.automount && \
+ $(LN_S) ../sys-kernel-debug.mount sys-kernel-debug.mount && \
$(LN_S) ../sys-kernel-security.automount sys-kernel-security.automount && \
$(LN_S) ../systemd-vconsole-setup.service systemd-vconsole-setup.service && \
$(LN_S) ../systemd-modules-load.service systemd-modules-load.service && \
* File systems:
mqueue - boot
- configfs module boot (order after module load)
+ configfs module boot (order after module load) GOOD
securityfs - boot
- binfmt_misc module autofs
- fuse module udev
- debug - boot
+ binfmt_misc module autofs GOOD
+ fuse module udev GOOD
+ debug - boot GOOD
hugepages - boot
* introduce sd_log_open() to create a connection to the syslog bridge via sd-daemon.h
+++ /dev/null
-# 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=Debug File System Automount Point
-DefaultDependencies=no
-Before=sysinit.target
-ConditionPathExists=/sys/kernel/debug
-
-[Automount]
-Where=/sys/kernel/debug