918-git-images-111dconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Rev | Line | |
---|
[2cd8344] | 1 | #!/bin/sh |
---|
| 2 | # Sub-test to exclude ZVOLs |
---|
| 3 | set -e |
---|
| 4 | partition="$1" |
---|
| 5 | |
---|
| 6 | . /usr/share/os-prober/common.sh |
---|
| 7 | |
---|
| 8 | if [ "$(stat -L -c %t "$partition")" = "e6" ] ; then |
---|
| 9 | debug "$1 is a ZVOL; skipping" |
---|
| 10 | exit 0 |
---|
| 11 | fi |
---|
| 12 | |
---|
| 13 | # No ZVOLs found |
---|
| 14 | exit 1 |
---|
Note: See
TracBrowser
for help on using the repository browser.