2012-07-08 14:17:03 +02:00
|
|
|
#
|
|
|
|
# Void Linux default settings for dracut.
|
|
|
|
#
|
|
|
|
# Don't edit this file, it will be overwritten on next update.
|
|
|
|
#
|
2012-10-05 15:24:43 +02:00
|
|
|
add_dracutmodules+=" systemd "
|
2012-07-08 14:17:03 +02:00
|
|
|
omit_dracutmodules+=" dash "
|
|
|
|
omit_drivers+=" .*/fs/ocfs/.* "
|
2012-09-15 09:56:14 +02:00
|
|
|
add_drivers+=" fbcon radeon i915 "
|
2012-07-08 14:17:03 +02:00
|
|
|
stdloglvl=4
|
2012-07-10 09:23:57 +02:00
|
|
|
realinitpath="/usr/lib/systemd/systemd"
|
2012-07-08 14:17:03 +02:00
|
|
|
prefix="/"
|
2012-07-10 09:23:57 +02:00
|
|
|
systemdutildir=/usr/lib/systemd
|
|
|
|
systemdsystemunitdir=/usr/lib/systemd/system
|
|
|
|
udevdir=/usr/lib/udev
|