source: client/shared/lib/os-probes/10zvol-test @ 38788bf

webconsole3
Last change on this file since 38788bf was 1236d17, checked in by jm.bardallo <juanmanuel.bardallo@…>, 7 years ago

añadidos nuevamente los ficheros de opengnsys del branch devel, se habían quitado por error

  • Property mode set to 100644
File size: 216 bytes
Line 
1#!/bin/sh
2# Sub-test to exclude ZVOLs
3set -e
4partition="$1"
5
6. /usr/share/os-prober/common.sh
7
8if [ "$(stat -L -c %t "$partition")" = "e6" ] ; then
9        debug "$1 is a ZVOL; skipping"
10        exit 0
11fi
12
13# No ZVOLs found
14exit 1
Note: See TracBrowser for help on using the repository browser.