File: choices

package info (click to toggle)
partman-auto 162
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,324 kB
  • sloc: sh: 970; makefile: 17
file content (10 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. /lib/partman/lib/base.sh
. /lib/partman/lib/auto-shared.sh

DEVS="$(get_auto_disks)"
[ "$DEVS" ] || exit 0

db_metaget partman-auto/text/use_device description
printf "regular\t$RET\n"