File: type

package info (click to toggle)
partman-base 105
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,620 kB
  • ctags: 172
  • sloc: ansic: 2,111; sh: 1,674; makefile: 63
file content (11 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. /lib/partman/definitions.sh

open_dialog USES_EXTENDED
read_line x
close_dialog

[ "$x" = yes ] || exit 0

printf "type\tType - primary or logical\n"