All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH cleanups] livenet: simplify writing net.ifaces
@ 2012-09-25 16:10 Will Woods
       [not found] ` <1348589458-13212-1-git-send-email-wwoods-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Will Woods @ 2012-09-25 16:10 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

commit db2b12f removed the rd.neednet argument and uses /tmp/net.ifaces
instead. This means we don't need to mess with CMDLINE.
---
 modules.d/90livenet/parse-livenet.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/modules.d/90livenet/parse-livenet.sh b/modules.d/90livenet/parse-livenet.sh
index 365eca1..0e61870 100755
--- a/modules.d/90livenet/parse-livenet.sh
+++ b/modules.d/90livenet/parse-livenet.sh
@@ -9,10 +9,7 @@
 updates=$(getarg live.updates=)
 if [ -n "$updates" ]; then
     # make sure network comes up even if we're doing a local live device
-    if [ -z "$netroot" ]; then
-	echo > /tmp/net.ifaces
-	unset CMDLINE
-    fi
+    [ -z "$netroot" ] && >> /tmp/net.ifaces
     echo "$updates" > /tmp/liveupdates.info
     echo '[ -e /tmp/liveupdates.done ]' > \
         $hookdir/initqueue/finished/liveupdates.sh
-- 
1.7.11.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-26 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-25 16:10 [PATCH cleanups] livenet: simplify writing net.ifaces Will Woods
     [not found] ` <1348589458-13212-1-git-send-email-wwoods-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-09-26  9:52   ` Harald Hoyer
     [not found]     ` <5062D05C.40301-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-09-26 15:52       ` Will Woods

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.