mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
0c06e2a080
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>
10 lines
182 B
Plaintext
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
|