Hello community,

here is the log from the commit of package ignition for openSUSE:Factory 
checked in at 2020-09-12 00:13:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ignition (Old)
 and      /work/SRC/openSUSE:Factory/.ignition.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ignition"

Sat Sep 12 00:13:54 2020 rev:19 rq:833824 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ignition/ignition.changes        2020-09-04 
11:13:13.219064153 +0200
+++ /work/SRC/openSUSE:Factory/.ignition.new.4249/ignition.changes      
2020-09-12 00:14:45.773343339 +0200
@@ -1,0 +2,8 @@
+Fri Sep  4 12:07:21 UTC 2020 - Fabian Vogt <[email protected]>
+
+- 02_ignition_firstboot, ignition-enable-network.sh: Drop ip=dhcp,
+  it's the default anyway and avoids a delay on boot (boo#1173402)
+- 02_ignition_firstboot: Drop rd.neednet=1, both ignition and
+  combustion enable it themselves when necessary
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ 02_ignition_firstboot ++++++
--- /var/tmp/diff_new_pack.7kjZRm/_old  2020-09-12 00:14:46.473344009 +0200
+++ /var/tmp/diff_new_pack.7kjZRm/_new  2020-09-12 00:14:46.477344013 +0200
@@ -8,8 +8,8 @@
 # to be used later on the kernel command line.
 set ignition_firstboot=""
 if ! [ -f "${flagpath}/firstboot_happened" ]; then
-    # default to dhcp networking parameters to be used with ignition 
-    set ignition_network_kcmdline='rd.neednet=1 ip=dhcp'
+    # This defaults to DHCP in dracut
+    set ignition_network_kcmdline=''
 
     # source in the `ignition.firstboot` file which could override the
     # above $ignition_network_kcmdline with static networking config.

++++++ ignition-enable-network.sh ++++++
--- /var/tmp/diff_new_pack.7kjZRm/_old  2020-09-12 00:14:46.549344081 +0200
+++ /var/tmp/diff_new_pack.7kjZRm/_new  2020-09-12 00:14:46.549344081 +0200
@@ -3,7 +3,7 @@
 . /lib/dracut-lib.sh
 
 if [ -f /run/ignition/neednet ] && ! getargbool 0 'rd.neednet'; then
-    echo "rd.neednet=1 ip=dhcp" > /etc/cmdline.d/40-ignition-neednet.conf
+    echo "rd.neednet=1" > /etc/cmdline.d/40-ignition-neednet.conf
 
     # Re-trigger generation of network rules
     . /lib/dracut/hooks/pre-udev/60-net-genrules.sh


Reply via email to