source:
npl/kernel/drbd8/post.drbd
@
21d4867
Last change on this file since 21d4867 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 152 bytes |
Rev | Line | |
---|---|---|
[c5c522c] | 1 | #!/bin/bash |
2 | ||
3 | create() | |
4 | { | |
5 | if ! lvdisplay syn3/$1; then | |
6 | lvcreate -n $1 -L128M syn3 || exit 1 | |
7 | fi | |
8 | } | |
9 | ||
10 | create boot.meta | |
11 | create home.meta | |
12 | create root.meta | |
13 |
Note: See TracBrowser
for help on using the repository browser.