Skip to content

Commit 79a1b5c

Browse files
50-dracut.install: align hostonly behaviour with upstream hook
See-also: dracut-ng/dracut-ng#1158 Signed-off-by: Nowa Ammerlaan <[email protected]>
1 parent cbedb3d commit 79a1b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/50-dracut.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ main() {
4343
[[ ${EUID} -eq 0 ]] || die "Please run this script as root"
4444

4545
initramfs_gen_args=(
46+
--add-confdir hostonly
4647
--verbose
4748
# if uefi=yes is used, dracut needs to locate the kernel image
4849
--kernel-image "${img}"

0 commit comments

Comments
 (0)