Skip to content

Commit

Permalink
add module network
Browse files Browse the repository at this point in the history
this is needed because network-legacy installs parse-ibft.sh which sources net-lib.sh which was missing in the FAIme enviroment when creating the small nfsroot using -s
  • Loading branch information
Mrfai committed Feb 14, 2024
1 parent 769ad4d commit e931fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-make-nfsroot
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ EOF
echo 'add_dracutmodules+=" dmsquash-live "' > $NFSROOT/etc/dracut.conf.d/13-add-cd-support.conf
fslist="ext4"
fi
echo 'add_dracutmodules+=" network-legacy "' > $NFSROOT/etc/dracut.conf.d/11-network.conf
echo 'add_dracutmodules+=" network-legacy network "' > $NFSROOT/etc/dracut.conf.d/11-network.conf
echo 'hostonly="no"' > $NFSROOT/etc/dracut.conf.d/20-generic-image.conf
echo 'compress="zstd"' > $NFSROOT/etc/dracut.conf.d/20-zstd-compress.conf
# we do not need all those filesystems inside the initrd
Expand Down

0 comments on commit e931fc9

Please sign in to comment.