5 lines
88 B
Bash
5 lines
88 B
Bash
#!/bin/bash
|
|
|
|
chroot /host /usr/bin/env -i PATH="/sbin:/bin:/usr/bin" iscsiadm "${@:1}"
|
|
|