mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user