]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(generic.conf): increase ordering for generic.conf
authorJo Zzsi <jozzsicsataban@gmail.com>
Tue, 15 Jul 2025 16:26:15 +0000 (12:26 -0400)
committerBenjamin Drung <bdrung@ubuntu.com>
Tue, 29 Jul 2025 08:37:59 +0000 (10:37 +0200)
In the unlikely case that both hostonly and generic config
is installed generic should take an explicit precedence.

Currently both hostonly and generic config has the same ordering
number (10), so the precedence is based on the rest of the name
and not based on the ordering number.

Now that hostonly is the default configuration that gets installed
by default, it is particularly important for generic has higher
precedence as generic is likely only installed as an opt-in
configuration and not as the "default".

dracut.conf.d/generic/11-generic.conf [moved from dracut.conf.d/generic/10-generic.conf with 100% similarity]