Rev | Line | |
---|
[1612] | 1 | Installing a Scripts guest on a Xen host |
---|
| 2 | ---------------------------------------- |
---|
| 3 | |
---|
[1692] | 4 | You need to create the volumes to use: |
---|
| 5 | |
---|
| 6 | lvcreate -n $MACHINE-root --size 50.00G $HOST |
---|
| 7 | lvcreate -n $MACHINE-swap --size 10.00G $HOST |
---|
| 8 | |
---|
[1668] | 9 | We use Kickstart to to initial Fedora configuration. Installing a new |
---|
| 10 | vanilla machine is as easy as: |
---|
[1612] | 11 | |
---|
[1668] | 12 | xm create scripts-server machine_name=$MACHINE install=fXX && console $MACHINE |
---|
[1612] | 13 | |
---|
[1668] | 14 | The only prompt (near the beginning of the install process) should be |
---|
| 15 | for the root password, and at the end, when it asks you to reboot. |
---|
| 16 | Say yes, and the machine will power down, and then restart without |
---|
| 17 | the install parameter: |
---|
[1612] | 18 | |
---|
[1668] | 19 | xm create scripts-server machine_name=$MACHINE && console $MACHINE |
---|
Note: See
TracBrowser
for help on using the repository browser.