source: client/shared/lib/os-probes/mounted/70hurd @ 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: 247 bytes
RevLine 
[1236d17]1#!/bin/sh
2set -e
3
4. /usr/share/os-prober/common.sh
5
6partition="$1"
7dir="$2"
8type="$3"
9
10if [ -d "$dir/servers" ] && [ -d "$dir/hurd" ]; then
11        label="$(count_next_label Hurd)"
12        result "$partition:GNU/Hurd:$label:hurd"
13        exit 0
14else
15        exit 1
16fi
Note: See TracBrowser for help on using the repository browser.