diff options
author | Harald Hoyer <harald@redhat.com> | 2012-07-17 11:09:51 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-07-17 11:14:40 +0200 |
commit | 6da9cb4ba7ad9ecef98ea3a7c9f27f1efd68e5aa (patch) | |
tree | af6a77cf57a51ddadd3c995aede44d94bcdd3a90 /dracut.conf.d | |
parent | 3780d7e44982b0e801622f5ad90ce0e80792b69e (diff) | |
download | dracut-6da9cb4ba7ad9ecef98ea3a7c9f27f1efd68e5aa.tar.gz dracut-6da9cb4ba7ad9ecef98ea3a7c9f27f1efd68e5aa.tar.bz2 dracut-6da9cb4ba7ad9ecef98ea3a7c9f27f1efd68e5aa.zip |
dracut.conf.d/fedora.conf.example: disable systemd for now
Diffstat (limited to 'dracut.conf.d')
-rw-r--r-- | dracut.conf.d/fedora.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dracut.conf.d/fedora.conf.example b/dracut.conf.d/fedora.conf.example index 4cb1890a..012bdd6c 100644 --- a/dracut.conf.d/fedora.conf.example +++ b/dracut.conf.d/fedora.conf.example @@ -9,5 +9,5 @@ prefix="/" systemdutildir=/usr/lib/systemd systemdsystemunitdir=/usr/lib/systemd/system udevdir=/usr/lib/udev -add_dracutmodules+=" systemd " +#add_dracutmodules+=" systemd " realinitpath="/usr/lib/systemd/systemd" |