diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:30 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 726e012cdcad7bbbf929cde885f2c8c18fa76489 (patch) | |
tree | a7d0141f7339b52493e3982a6ffb16d372f5a5e3 /network/vde2 | |
parent | 8c552c9e1cc7f5175723bad392e358bd97fbeed1 (diff) | |
download | slackbuilds-726e012cdcad7bbbf929cde885f2c8c18fa76489.tar.gz |
network/vde2: Fix README.
Diffstat (limited to 'network/vde2')
-rw-r--r-- | network/vde2/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network/vde2/README b/network/vde2/README index 35490f47f5..6a9d36e1c7 100644 --- a/network/vde2/README +++ b/network/vde2/README @@ -9,7 +9,7 @@ VDE is dependant upon TUN/TAP support in the Linux Kernel; this comes enabled by default with Slackware 13's 'generic' kernel. To enable TUN/TAP support manually, you must set the following entry in your kernel's '.config' file and recompile: - CONFIG_TUN=m + CONFIG_TUN=m ## Experimental features If you know/want vde2's experimental features, execute the script as: @@ -42,10 +42,10 @@ with 'qemu' such as -localtime, -nographic etc. To have this start upon each boot, add the following lines to /etc/rc.d/rc.local and make sure rc.vde2 is executable. - # Start vde_switch - if [ -x /etc/rc.d/rc.vde2 ]; then - /etc/rc.d/rc.vde2 start - fi + # Start vde_switch + if [ -x /etc/rc.d/rc.vde2 ]; then + /etc/rc.d/rc.vde2 start + fi ## For more information you can check: http://wiki.virtualsquare.org |