Bug ID 1175483
Summary Error in /usr/lib/dracut/modules.d/40network/ifup.sh prevents booting with rd.neednet=1
Classification openSUSE
Product openSUSE Distribution
Version Leap 15.1
Hardware 64bit
OS openSUSE Leap 15.1
Status NEW
Severity Major
Priority P5 - None
Component Basesystem
Assignee screening-team-bugs@suse.de
Reporter brian@aproposconsulting.ltd.uk
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

After a recent update it was impossible to reboot servers with option
rd.neednet=1 set. This was traced to
/usr/lib/dracut/modules.d/40network/ifup.sh having an error on line 612:

612   if [ $? -eq 0 ] && [ -n "$(ls /tmp/leaseinfo.${netif}*)" ]; the
613        bring_online
614   fi

The last word was edited to read 'then' not 'the' and the following commands
run:

dracut --force
grub2-mkconfig -o /boot/grub2/grub.cfg

The servers then rebooted normally.


You are receiving this mail because: