source:
npl/kernel/drbd8/post.drbd
Last change on this file was 2fd27f0, checked in by , 8 years ago | |
---|---|
|
|
File size: 197 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | touch /var/log/packages/drbd-9999-i586-9999 |
4 | |
5 | create() |
6 | { |
7 | if ! lvdisplay syn3/$1; then |
8 | lvcreate -n $1 -L128M syn3 || exit 1 |
9 | fi |
10 | } |
11 | |
12 | create boot.meta |
13 | create home.meta |
14 | create root.meta |
15 |
Note: See TracBrowser
for help on using the repository browser.