1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 21:03:56 +02:00
openwrt-packages/net/nbd/files/nbd-client.conf
Marcin Jurkowski 0c06e2a080 nbd: add nbd-client init script
Adds init.d and config files for nbd-client. Each section holds
parameters of one block device, where section name (eg. nbd0) is NBD
device name.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2015-09-02 02:03:38 +02:00

10 lines
182 B
Plaintext

config nbd-client nbd0
option enabled '0'
option server '127.0.0.1'
option port 10809
option sdp 0
option swap 0
option persist 0
option blocksize 1024
option exportname foo