Hide Forgot
Description of problem: F17 kdump will move to use dracut to generate initramfs, it need dump to non-root network target. But current network module design is all for netroot. We need redesign and support this case. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. generate initramfs for system in which root device is not network device or nfs 2. boot into initramfs with proper network cmdline (except netroot part) 3. Actual results: network do not startup Expected results: network start up successfully Additional info:
Is it resolved by "rd.neednet=1"?