Skip to content

Commit

Permalink
Add network and nfs exclusion in initrd configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
karuboniru committed Feb 1, 2024
1 parent 673811e commit 7810b4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ postprocess:
# subuid for containers
echo containers:2147483647:2147483648 > /etc/subuid
echo containers:2147483647:2147483648 > /etc/subgid
# don't include network & nfs in initrd
echo "omit_drivers+=\" nfs network \"" >> /usr/lib/dracut/dracut.conf.d/omit_drivers.conf
add-files:
[
Expand Down

0 comments on commit 7810b4c

Please sign in to comment.