aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2023-01-15 22:23:57 +0400
committerJoursoir <chat@joursoir.net>2023-01-16 13:33:18 +0400
commitec7f27054fd3abd21483c08d287ac337d3017bf8 (patch)
tree22873b017a746d6962810533e4876cad779ef5e1 /Makefile
parentc6f82e94b37e1d36694cbc9ade5721d4afae9d5b (diff)
downloadsbdd-ec7f27054fd3abd21483c08d287ac337d3017bf8.tar.gz
sbdd-ec7f27054fd3abd21483c08d287ac337d3017bf8.tar.bz2
sbdd-ec7f27054fd3abd21483c08d287ac337d3017bf8.zip
handle list of devices to make raid-disk
Task: 2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5c009d..3ac5a0a 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,8 @@
######## Makefile
TARG_BLK = /dev/disk/by-id/ata-QEMU_HARDDISK_QM00001
+TARG_BLK2 = /dev/disk/by-id/ata-QEMU_HARDDISK_QM00003
+DISK_LIST = "$(TARG_BLK),$(TARG_BLK2)"
SBDD_BLK = /dev/sbdd
DD_ARGS = bs=512 count=1
@@ -46,7 +48,7 @@ clean:
load:
dmesg -C
- insmod sbdd.ko disk="$(TARG_BLK)"
+ insmod sbdd.ko disk="$(TARG_BLK)" disklist=$(DISK_LIST)
dmesg
unload: