6 lines
81 B
Bash
6 lines
81 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. /lib/dracut-zfs-lib.sh
|
||
|
|
||
|
echo ZPOOL_IMPORT_OPTS="$ZPOOL_IMPORT_OPTS"
|