File: choices

package info (click to toggle)
partman-prep 3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 248 kB
  • ctags: 7
  • sloc: sh: 165; makefile: 40
file content (16 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

. /usr/share/debconf/confmodule

dev=$1
id=$2

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

db_metaget partman-prep/text/method description

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