Skip to content

Commit

Permalink
add spaces, omits dracut warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Apr 15, 2020
1 parent 67f4cfa commit ad830d4
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 @@ -407,7 +407,7 @@ EOF
# currently we do not want to use systemd, but CD booting, also we
# do not need all those filesystems inside the initrd
mkdir $NFSROOT/etc/dracut.conf.d
echo 'omit_dracutmodules+="dracut-systemd systemd systemd-initrd systemd-networkd systemd-initrd"' > $NFSROOT/etc/dracut.conf.d/12-no-systemd.conf
echo 'omit_dracutmodules+=" dracut-systemd systemd systemd-initrd systemd-networkd systemd-initrd "' > $NFSROOT/etc/dracut.conf.d/12-no-systemd.conf
if [ $full = 1 ];then
echo 'add_dracutmodules+=" livenet "' > $NFSROOT/etc/dracut.conf.d/13-add-cd-support.conf
fslist="nfs lockd ext4"
Expand Down

0 comments on commit ad830d4

Please sign in to comment.