7f40954077
commit: https://git.alpinelinux.org/cgit/aports/commit/?id=f2abbe83ab2dcb11c6a60cc57e8afdc8ee812d18
6 lines
88 B
Bash
6 lines
88 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S -g 34 kvm 2>/dev/null
|
|
addgroup -S -g 36 qemu 2>/dev/null
|
|
|
|
exit 0
|