Last change
on this file since f6630dd was
2fd27f0,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
dont auto reboot after drbd setup. make sure old drbd isnt reinstalled
|
-
Property mode set to
100644
|
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.