diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:24:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:31 +0100 |
commit | 2c2e61743c8d6620a04aa5cb534af78f51b2845e (patch) | |
tree | 769b7139eb86f49d9d78153c8e673ed8f04d9bde /scripts/runqemu-ifup | |
parent | 0b70e298fbb2cf0a9aa1bab193a66a7edfe99e10 (diff) | |
download | poky-2c2e61743c8d6620a04aa5cb534af78f51b2845e.tar.gz |
Rename the remaining poky-* scripts to oe-* or runqemu-*
(From OE-Core rev: 877b3d84597fcfc3abf5aa332019d412f2717896)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-ifup')
-rwxr-xr-x | scripts/runqemu-ifup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup index c963af5df9..a3914140a6 100755 --- a/scripts/runqemu-ifup +++ b/scripts/runqemu-ifup | |||
@@ -14,7 +14,7 @@ | |||
14 | # <my-username> ALL=NOPASSWD: /path/to/runqemu-ifdown | 14 | # <my-username> ALL=NOPASSWD: /path/to/runqemu-ifdown |
15 | # | 15 | # |
16 | # If you'd like to create a bank of tap devices at once, you should use | 16 | # If you'd like to create a bank of tap devices at once, you should use |
17 | # the poky-gen-tapdevs script instead. If tap devices are set up using | 17 | # the runqemu-gen-tapdevs script instead. If tap devices are set up using |
18 | # that script, the runqemu script will never end up calling this | 18 | # that script, the runqemu script will never end up calling this |
19 | # script. | 19 | # script. |
20 | # | 20 | # |