File: choices

package info (click to toggle)
partman-efi 13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 340 kB
  • ctags: 1
  • sloc: sh: 219; makefile: 30
file content (20 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

. /usr/share/debconf/confmodule

dev=$1
id=$2

# Probably some test is necessary:
#if we should exit; then
#    exit 0
#fi

if [ ! -d /proc/efi ] && [ ! -d /sys/firmware/efi ]; then
    exit 0
fi

db_metaget partman-efi/text/efi description

printf "efi\t${RET}\n"