* Passing dhclient leases through switch_root
@ 2009-06-01 22:02 Warren Togami
[not found] ` <4A244FF4.9040905-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Warren Togami @ 2009-06-01 22:02 UTC (permalink / raw)
To: initramfs
cp /var/lib/dhclient/dhclient.leases /sysroot/dev/.dhclient-$dev.leases
mkinitrd for a while has copied the leases file to /dev, because it is
the only directory that survives switch_root. The system then can have
the entire leases file for whatever needed purposes.
Any objections to doing this in dracut?
Warren Togami
wtogami-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <4A244FF4.9040905-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: Passing dhclient leases through switch_root [not found] ` <4A244FF4.9040905-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2009-06-01 22:46 ` Victor Lowther [not found] ` <1243896410.647.35.camel-76q0VzFBGGr21HsLBtNmTckMGDeJXHgy@public.gmane.org> 2009-06-02 6:29 ` Seewer Philippe 1 sibling, 1 reply; 4+ messages in thread From: Victor Lowther @ 2009-06-01 22:46 UTC (permalink / raw) To: Warren Togami; +Cc: initramfs On Mon, 2009-06-01 at 18:02 -0400, Warren Togami wrote: > cp /var/lib/dhclient/dhclient.leases /sysroot/dev/.dhclient-$dev.leases > > mkinitrd for a while has copied the leases file to /dev, because it is > the only directory that survives switch_root. The system then can have > the entire leases file for whatever needed purposes. > > Any objections to doing this in dracut? None here. We should do something along those lines for /tmp if we were asked to debug the initrd. > Warren Togami > wtogami-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org > -- > To unsubscribe from this list: send the line "unsubscribe initramfs" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Victor Lowther RHCE# 805008539634727 LPIC-2# LPI000140019 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <1243896410.647.35.camel-76q0VzFBGGr21HsLBtNmTckMGDeJXHgy@public.gmane.org>]
* Re: Passing dhclient leases through switch_root [not found] ` <1243896410.647.35.camel-76q0VzFBGGr21HsLBtNmTckMGDeJXHgy@public.gmane.org> @ 2009-06-03 21:31 ` Warren Togami 0 siblings, 0 replies; 4+ messages in thread From: Warren Togami @ 2009-06-03 21:31 UTC (permalink / raw) To: initramfs On 06/01/2009 06:46 PM, Victor Lowther wrote: > > None here. We should do something along those lines for /tmp if we were > asked to debug the initrd. > If netboot, copy /tmp/net.* for the boot interface to /dev/.boot/ This is for the use of anything in the booted system that needs to be aware of what network was brought up during initrd. If cmdline rdcopystate, then copy all of /tmp/* into /dev/.boot/ This is primarily for debugging purposes. Thoughts? Warren Togami wtogami-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Passing dhclient leases through switch_root [not found] ` <4A244FF4.9040905-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 2009-06-01 22:46 ` Victor Lowther @ 2009-06-02 6:29 ` Seewer Philippe 1 sibling, 0 replies; 4+ messages in thread From: Seewer Philippe @ 2009-06-02 6:29 UTC (permalink / raw) To: Warren Togami; +Cc: initramfs Warren Togami wrote: > cp /var/lib/dhclient/dhclient.leases /sysroot/dev/.dhclient-$dev.leases > > mkinitrd for a while has copied the leases file to /dev, because it is > the only directory that survives switch_root. The system then can have > the entire leases file for whatever needed purposes. > > Any objections to doing this in dracut? None at all. -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-06-03 21:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01 22:02 Passing dhclient leases through switch_root Warren Togami
[not found] ` <4A244FF4.9040905-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-06-01 22:46 ` Victor Lowther
[not found] ` <1243896410.647.35.camel-76q0VzFBGGr21HsLBtNmTckMGDeJXHgy@public.gmane.org>
2009-06-03 21:31 ` Warren Togami
2009-06-02 6:29 ` Seewer Philippe
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.