From d489f702b86930acb4c764fbb66d342b6807c39d Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Mon, 4 Oct 2010 13:30:30 +0200 Subject: netconsole tests --- src/initramfs/stage3-stuff/init | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/initramfs/stage3-stuff/init') diff --git a/src/initramfs/stage3-stuff/init b/src/initramfs/stage3-stuff/init index 3f97dba0..ec0e815f 100755 --- a/src/initramfs/stage3-stuff/init +++ b/src/initramfs/stage3-stuff/init @@ -412,6 +412,7 @@ if strinstr "eth" "$nwif" ; then fi # quickfix for proper nwif passing ... (to be fixed in a more general way) sed "s/nwif=.*/nwif=\"${nwif}\"/" -i /tmp/env/wrapper.env +oldnwif=$nwif # hook to setup bridging (several virtualization tools ... runinithook '20-nw-bridge-config' @@ -495,6 +496,9 @@ done runinithook '25-have-ip-config' +## netconsole is disabled in the default config +# config_netconsole $clientip $oldnwif $nwif $serverip + # if root filesystem should be imported via local or a network block device if [ -n "${bldmod}" ] ; then # load block device driver(s) if needed -- cgit v1.2.3-55-g7522