On Tue, Feb 24, 2009 at 15:19, Victor Lowther <victor.lowther@xxxxxxxxx> wrote: > On Feb 24, 2009, at 7:21 AM, Seewer Philippe <philippe.seewer@xxxxxx> wrote: >> - Why are you killing dhclient at the end? > > Because I have no idea how well of handles its root filesystem vanishing, > and all I care about it doing is getting the interface configured. I do not > care about long-term link management. Which makes a lot of sense. We usually do not want to leave any process/service from initramfs staying around, but kill and delete all of them behind us, if we enter the real root, and start all processes/services from the real rootfs instead. Everything else would create a real hard to debug setup if something goes wrong. We may have different setups/configs/versions/environments in the real rootfs and the initramfs image. Thanks, Kay -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html