diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-05 12:23:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-05 12:41:10 +0000 |
commit | 93aab6679c97bc0351c70a001b3e40c661161d2d (patch) | |
tree | 27b00c2369fa52a2d5c5c7c2b5fe87186143171a | |
parent | 60ee574a496cad00f61256154df35ad4df2dd82b (diff) | |
download | alpine-conf-93aab6679c97bc0351c70a001b3e40c661161d2d.zip |
setup-disk: cleanup. fix misleading comment
Thanks to Jim Pryor for pointing this out.
-rw-r--r-- | setup-disk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in index e34e683..746ab6f 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -415,7 +415,7 @@ confirm_erase() { return 1 } -# setup disk dev in $1 for LVM usage. +# setup partitions on given disk dev in $1. # usage: setup_partitions <diskdev> size1,type1 [size2,type2 ...] setup_partitions() { local diskdev="$1" |