File: do_option

package info (click to toggle)
partman-target 49
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 708 kB
  • ctags: 8
  • sloc: sh: 379; makefile: 29
file content (12 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

. /lib/partman/definitions.sh

dev=$2
id=$3

ask_user /lib/partman/choose_method "$dev" "$id"

update_partition $dev $id

exit 0