Blame 0010-fix-CTC-example-in-rd.znet.patch
|
Harald Hoyer |
fe31f8 |
From 62fd2b36446ec28de4de092b093fd05b548f8190 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
fe31f8 |
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
|
|
Harald Hoyer |
fe31f8 |
Date: Mon, 28 Jan 2013 08:35:28 +0100
|
|
Harald Hoyer |
fe31f8 |
Subject: [PATCH] fix CTC example in rd.znet
|
|
Harald Hoyer |
fe31f8 |
|
|
Harald Hoyer |
fe31f8 |
The CTC interface uses 2 channels.
|
|
Harald Hoyer |
fe31f8 |
---
|
|
Harald Hoyer |
fe31f8 |
dracut.cmdline.7.asc | 2 +-
|
|
Harald Hoyer |
fe31f8 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
fe31f8 |
|
|
Harald Hoyer |
fe31f8 |
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc
|
|
Harald Hoyer |
fe31f8 |
index ea2d30b..62372a5 100644
|
|
Harald Hoyer |
fe31f8 |
--- a/dracut.cmdline.7.asc
|
|
Harald Hoyer |
fe31f8 |
+++ b/dracut.cmdline.7.asc
|
|
Harald Hoyer |
fe31f8 |
@@ -600,7 +600,7 @@ ZNET
|
|
Harald Hoyer |
fe31f8 |
+
|
|
Harald Hoyer |
fe31f8 |
----
|
|
Harald Hoyer |
fe31f8 |
rd.znet=qeth,0.0.0600,0.0.0601,0.0.0602,layer2=1,portname=foo
|
|
Harald Hoyer |
fe31f8 |
-rd.znet=ctc,0.0.0600,0.0.0601,0.0.0602,protocol=bar
|
|
Harald Hoyer |
fe31f8 |
+rd.znet=ctc,0.0.0600,0.0.0601,protocol=bar
|
|
Harald Hoyer |
fe31f8 |
----
|
|
Harald Hoyer |
fe31f8 |
|
|
Harald Hoyer |
fe31f8 |
Plymouth Boot Splash
|