Switch default conf.d path

This commit is contained in:
Zach Dykstra 2020-02-26 09:38:00 -06:00
parent 37af27ee7e
commit 8f578fc41d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ my ( %runConf, %config, %components );
my $configfile = "/etc/zfsbootmenu/config.ini";
$runConf{bootdir} = "/boot";
$runConf{confd} = "/usr/share/zfsbootmenu/dracut.conf.d";
$runConf{confd} = "/etc/zfsbootmenu/dracut.conf.d";
$runConf{version} = $VERSION;
GetOptions(