File: autopartition-lvm

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

. /lib/partman/lib/auto-lvm.sh

devs="$*"
method="lvm"

auto_lvm_prepare "$devs" $method || exit $?

auto_lvm_perform || exit 1