fix: pass --no-hostonly to dracut
This commit is contained in:
parent
a4b73aa1a5
commit
67060b2a4a
2 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ post-stages:
|
|||
cd /usr/lib/modules
|
||||
kernels=(*)
|
||||
cp "${kernels[0]}"/vmlinuz /boot/vmlinuz-"${kernels[0]}"
|
||||
- dracut --force --regenerate-all
|
||||
- dracut --force --regenerate-all --no-hostonly --verbose
|
||||
|
||||
override:
|
||||
- path: /var/lib/pacman
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue